Three-Dimensional Tables with Missing Data

If you are building a three-dimensional table, then you have an additional option for handling missing data. Because it can be useful to have every page of a three-dimensional table look alike, PROC TABULATE gives you the option to force them to look alike.
You can force a table to show a class variable that has no non-missing values for an entire row or column. In a two-dimensional table, any class variables that have no non-missing data are dropped from the table. With the PRINTMISS option, you can force a three-dimensional table to show these values. As long as the class variable has non-missing data on one of the pages, it will be shown on all of the pages.
For example, the following code produces ...

Get PROC TABULATE by Example, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.