The TIMESERIES procedure optionally produces printed output by using the Output Delivery System (ODS). By default, the procedure produces no printed output. All output is controlled by the PRINT= and PRINTDETAILS options associated with the PROC TIMESERIES statement. In general, if an analysis step related to printed output fails, the values of this step are not printed and appropriate error or warning messages or both are recorded in the log. The printed output is similar to the output data set, and these similarities are described below.
prints the seasonal decomposition similar to the OUTDECOMP= data set.
prints a table of descriptive statistics for each variable.
prints the seasonal statistics similar to the OUTSEASON= data set.
prints the singular spectrum analysis similar to the OUTSSA= data set.
prints the summary statistics similar to the OUTSUM= data set.
prints the trend statistics similar to the OUTTREND= data set.
prints each table with greater detail.
If PRINT=SEASONS and the PRINTDETAILS options are both specified, all seasonal statistics are printed.