Page 97 - SAS_manual
P. 97

7.14 PROC REPORT

               Proc report is used to generate various forms of reports such as frequency report, cross tabular report
               etc.
               It shares features of proc print, proc sort, proc means, proc freq and proc tabulate.

               SYNTAX:

               PROC REPORT data=dsn <options>;
               Column varlist;
               Define var/<option>;
               Break<location>/var<option>;
               Rebreak<location>/<option>;
               Run;

               OPTIONS:

               NOWINDOWS (NOWD):: Tells SAS not to open interactive windows.
               HEADLINE:: To draw one line after variable name.
               HEADSKIP:: To skip one line after variable name.
               COLUMN:: To specified variables to display.
               DEFINE:: To perform special operations on variables. One variable in one define.

               BREAK:: To add summary for each unique value of given variable.
               REBRAKE:: To add summary for all observations.

               LIST OF OPTIONS TO DEFINE::
               Display:-To display all observation of given variable.

                                                    SAS HANDBOOK | VISIT:: http://nikhilanalytics.com  97
   92   93   94   95   96   97   98   99   100   101   102