*Copyright @ www.mycsg.in;


What is PROC PRINT

Create sample data

Basic PROC PRINT - print all variables and observations

NOOBS - suppress the observation number column

VAR - select which variables to print

WHERE - filter which observations to print

LABEL - display variable labels instead of names

BY - group output by a variable

SUM - add column totals

OBS= - limit the number of rows printed

Key points to remember