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 ...
Reminder: You can use data set options with the DATA= and OUT= options. See Data Set Options for a list. specifies a name for the variable in the output data set that contains the label of the ...