PROC REPORT <DATA=SAS-data-set> <option(s)>;
BREAK location
break-variable </option(s)>;
COLUMN column-specification(s);
DEFINE report-item /<usage> <option(s)>;
RBREAK location</option(s)>;
TITLE<n> <'title'>;
WHERE where-expression;
PROC REPORT <DATA=SAS-data-set> <option(s)>;
starts the procedure.
If no other statements are used, then SAS shows all variables in
the SAS-data-set in a detail report in the REPORT window.
If the data set contains only numeric data, then PROC REPORT shows
all variables in a summary report. Other statements, listed below,
enable you to control the structure of the report.
You can specify the
following options in the PROC REPORT statement: