Page 98 - SAS_manual
P. 98
Group:-To create one row for each unique value of given variable.
Analysis:-To find descriptive statistic for given variable, default is sum.
Order:-To display all observation in sorted order of given variable, default is ascending order.
Across:-To create one column for each unique value of given variable.
Computed:-To create new variable for given variable whose values can be calculated by compute block.
LIST OF OPTIONS FOR BREAK AND REBRAKE:
Used to display summary value before or afterthe observation.
List of options for BREAK AND REBRAKE
OL:- Draw one line over the break.
DOL:- Draw double line over the break.
UL:- Draw one line under the break.
DUL:-Draw double line under the break.
SKIP:- Skip one row after the break.
SUMMARIZE:-To display summary value.
By default PROC REPORT will display result in new window called report window.
This window is an interactive window.
To get result in output window you have to close this window and use NOWINDOWS option in PROC
REPORT.
EXAMPLES:
Program:7.49
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 98