Many base procedures require an input SAS data set. You specify the input SAS data set using the DATA= option in the procedure statement, for example, proc print data=emp; If you omit the DATA= option ...
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 ...