Table 4 relates the PRINT= options to ODS tables.
Table 4: ODS Tables Produced in PROC TIMESERIES
| ODS Table Name | Description | Statement | Option |
|---|---|---|---|
| CountStatistics | Sample count statistics | COUNTS | |
| DistSelection | Discrete distribution selection | COUNTS | |
| DistParmEst | Discrete distribution parameter estimates | COUNTS | |
| DistEst | Discrete distribution estimates | COUNTS | |
| SeasonalDecomposition | Seasonal decomposition | DECOMP | |
| DescStats | Descriptive statistics | DESCSTATS | |
| GlobalStatistics | Global statistics | SEASONS | |
| SeasonStatistics | Season statistics | SEASONS | |
| StatisticsSummary | Statistics summary | SUMMARY | |
| TrendStatistics | Trend statistics | TRENDS | |
| GlobalStatistics | Global statistics | TRENDS | |
| SSASingularValues | SSA singular values | SSA | |
| SSAResults | SSA results | SSA | |
| SSAGroups | SSA groups | SSA |
The tables are related to a single series within a BY group.