The OUTDECOMP= data set contains the variables specified in the BY statement as well as the variables in the following list. The OUTDECOMP= data set records the seasonal decomposition/adjustments for each variable specified in a VAR statement (not the CROSSVAR statement).
When the DECOMP statement TRANSPOSE=NO option is omitted or specified explicitly, the variable names are related to decomposition/adjustments specified in the DECOMP statement and the variable values are related to the ID statement INTERVAL= option and the PROC TIMESERIES statement SEASONALITY= option.
_NAME_variable name
_MODE_mode of decomposition
_TIMEID_time ID values
_SEASON_seasonal index
ORIGINALoriginal series values
TCCtrend-cycle component
SICseasonal-irregular component
SCseasonal component
SCSTDseasonal component standard errors
TCStrend-cycle-seasonal component
ICirregular component
SAseasonally adjusted series
PCSApercent change seasonally adjusted series
TCtrend component
CCcycle component
The preceding decomposition components are computed for each time period.
When the DECOMP statement TRANSPOSE=YES option is specified, the variable values are related to decomposition/adjustments specified in the DECOMP statement and the variable names are related to the ID statement INTERVAL= option, the PROC TIMESERIES statement SEASONALITY= option, and the DECOMP statement NPERIODS= option.
_NAME_variable name
_MODE_mode of decomposition name
_COMP_decomposition component name
_LABEL_decomposition component label
PERIODt decomposition component value for time period t