To make this crosstabulation of time of day and choice of radio programming, you must have a data set that contains a variable for time of day and a variable for programming preference. PROC TRANSPOSE ...
Identifies class variables for the table. Class variables determine the categories that PROC TABULATE uses to calculate statistics. Tip: You can use multiple CLASS statements. Tip: Some CLASS ...