TIMEDATA Procedure

ODS Table Names

Table 2 relates the PRINT= options to ODS tables.

Table 2: ODS Tables Produced in PROC TIMEDATA

ODS Table Name Description Statement Option
Arrays Arrays table PRINT ARRAYS
Scalars Scalars table PRINT SCALARS
StatisticsSummary Statistics summary PRINT SUMMARY


The tables are related to all series within a BY group.

Arrays Table

The arrays table (Arrays) illustrate the arrays in tabular form with respect to the Time ID values.

Scalars Table

The scalars table (Scalars) illustrate the scalars in tabular form.

Statistics Summary Table

The summary statistics table (StatisticsSummary) illustrate the summary statistics for each array in tabular form.

Last updated: June 19, 2025