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 ...
This example arranges data to make them suitable for either a multivariate or univariate repeated-measures analysis. data weights; input Program $ s1-s7; datalines ...