Repeat a Table for a Series of Class Variables

Have you ever produced a great table for your boss, only to hear: "That is just what I wanted, but could I see the same table for x, y, and z as well?" This is easy to do if you turn your table into a macro and run it over and over again with the new variables. This example shows how to run the same table again using different class variables.
  1. First, we will build our basic table. This is a cross–tabulation of data from an employer survey that shows the companies’ mean number of employees broken down by full-time versus part-time status. The data is also categorized into rows by whether the companies are in the public or private sector. The original code is as follows:
    TITLE "Original Table ...

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.