Summary

Global Statement

TITLE<n> <'title'>;
specifies a title. The argument n is a number from 1 to 10 that immediately follows the word TITLE, with no intervening blank, and specifies the level of the TITLE. The text of each title can be up to 132 characters long (256 characters long in some operating environments) and must be enclosed in single or double quotation marks.

TABULATE Procedure Statements

PROC TABULATE <option(s)>;
CLASS variable(s)</option(s)>;
VAR analysis-variable(s);
TABLE <<page-expression,> row-expression,> column-expression;
PROC TABULATE <option(s)>;
starts the procedure.
You can specify the following options in the PROC TABULATE statement:
DATA=SAS-data-set
specifies the SAS-data-set to be used by ...

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.