Overview (TDISPLAY command)
TDISPLAY
displays information about currently active models. These models
are automatically generated by a number of procedures for use with
the APPLY
subcommand.
Options
If models are specified
on TDISPLAY
, information about
only those models is displayed. You can use the TYPE
subcommand to control whether models are specified
by model name or by the name of the procedure that generated them.
Basic Specification
The basic
specification is simply the command keyword TDISPLAY
.
- By default,
TDISPLAY
produces a list of all currently active models. The list includes the model names, the commands that created each model, model labels (if specified), and creation dates and times.
Syntax Rules
- To display
information about a subset of active models, specify those models
after
TDISPLAY
. - Models can be specified by using individual model names or the names
of the procedures that created them. To use procedure names, you must
specify the
TYPE
subcommand with the keywordCOMMAND
. - Model names are either the default MOD_n names or the names that are assigned with
MODEL NAME
. - If procedure names are specified, all models that are created by those procedures are displayed.
- Model names and procedure names
cannot be mixed on the same
TDISPLAY
command. - You can specify the keyword
ALL
afterTDISPLAY
to display all models that are currently active. This setting is the default.
Operations
- Only currently active models are displayed.
- The following procedures
can generate models that can be displayed with the
TDISPLAY
command:AREG
,ARIMA
,EXSMOOTH
,SEASON
, andSPECTRA
in the Forecasting add-on module;ACF
,CASEPLOT
,CCF
,CURVEFIT
,PACF
,PPLOT
, andTSPLOT
in the Core system; andWLS
and2SLS
in the Regression add-on module.