The OUTSUM= data set contains the variables that are specified in the BY statement as and the variables in the following list. The OUTSUM= data set records the descriptive statistics for each variable specified in a VAR statement. Variables related to descriptive statistics are based on the ACCUMULATE= and SETMISSING= options in the ID and VAR statements:
_NAME_variable name
_STATUS_status flag that indicates whether the requested analyses were successful
_SERIES_count of the series processed in each BY group
STARTthe starting date of each series
ENDthe ending date of each series
STARTOBSthe beginning observation number of each series
ENDOBSthe ending observation number of each series
NOBSnumber of observations
Nnumber of nonmissing observations
NMISSnumber of missing observations
MINIMUMminimum value
MAXIMUMmaximum value
AVGaverage value
STDDEVstandard deviation
The OUTSUM= data set contains the descriptive statistics of the (accumulated) time series.