The OUTSUM= data set contains the variables specified in the BY statement as well as the variables in the following list. The OUTSUM= data set records the descriptive statistics for each variable specified in a VAR statement (not the CROSSVAR 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
NOBSnumber of observations
Nnumber of nonmissing observations
NMISSnumber of missing observations
STARTthe starting date of the time series
ENDthe ending date of the time series
STARTOBSthe beginning observation of the time series
ENDOBSthe ending observation of the time series
MINIMUMminimum value
MAXIMUMmaximum value
AVGaverage value
STDDEVstandard deviation
MEDIANmedian value
The OUTSUM= data set contains the descriptive statistics of the (accumulated) time series.