*Copyright @ www.mycsg.in;


Create sample datasets

PROC FREQ with all defaults

Using the DATA= option to mention the input dataset

Using the TABLES statement to request frequencies for a specific variable

Using the TABLES statement to request frequencies for multiple individual variables

Using multiple TABLES statements

Using BY group processing to obtain frequencies of one variable grouped by another variable

Cross tabulation to obtain frequencies of one variable grouped by another variable

Cross tabulation of more than two variables

Options to control the statistics displayed in the output window

One-way tables default output

One-way tables suppress cumulative statistics

One-way tables suppress percent

One-way tables suppress count

One-way tables suppress multiple possible elements

N-way tables default output

N-way tables suppress percent values

Display missing values as a valid category

Key points to remember