How do you get Proc Freq output in a dataset?
How do you get Proc Freq output in a dataset? PROC FREQ produces two types of output data sets that you can use with other statistical and reporting procedures. You can request these data sets as follows: Specify the OUT= option in a TABLES statement. This creates an output data set that contains frequency or crosstabulation table counts and percentages. How do I make a frequency table in SAS? In short, you use the PROC FREQ procedure to create a frequency table in SAS. For a simple frequency table, you only need to specify the input dataset with the DATA=-option....