Summary

PROC PRINT Statements

PROC PRINT <DATA=SAS-data-set> <option(s)>;
BY variable(s);
FOOTNOTE<n> <'footnote'>;
FORMAT variable(s) format-name;
ID variable(s);
LABEL variable='label';
PAGEBY variable;
SUM variable(s);
SUMBY variable;
TITLE<n> <'title'>;
VAR variable(s);
WHERE where-expression;
PROC PRINT <DATA=SAS-data-set> <option(s)>;
starts the procedure and, when used alone, shows all variables for all observations in the SAS-data-set in the report. Other statements, that are listed below, enable you to control what to report.
You can specify the following options in the PROC PRINT statement:
BLANKLINE=n | BLANKLINE=(COUNT=n <STYLE=[style-attribute-specification(s)]>)
specifies to insert a blank line after every ...

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.