Page 83 - SAS_manual
P. 83
Output out statement is used for storing the data in new data set name. Autoname option will be use for
auto naming of calculated variable.
By observing the outputs of proc means statements you can notice 3 different
observations are coming.
_type_: Give information about group format.”0” means no group format that result is displaying for
grand total value of type depend upon number of variables used in class.
_stat_: Gives information on statistics displayed in row.
_FREQ_: Give information used to calculated statistics.
7.8 PROC SUMMARY:
IT is same as proc means but gives different execution in default execution.
DIFFERENCE between PROC MEANS and PROC SUMMARY
PROC MEANS PROC SUMMARY
Donot display any result.
Display result by default To see results we have to
use PRINT option
Display 5 descriptive Display only total number
statistics for all numeric of observation count by
variables default
Program 7.25:
Output:
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 83