TYPE Subcommand (TDISPLAY command)
TYPE
indicates
whether models are specified by model name or procedure name.
- One keyword,
MODEL
orCOMMAND
, can be specified afterTYPE
. -
MODEL
is the default and indicates that models are specified as model names. -
COMMAND
specifies that models are specified by procedure name. -
TYPE
has no effect if model names or command names are not listed afterTDISPLAY
. - If more than one
TYPE
subcommand is specified, only the last subcommand is used. - The
TYPE
specification applies only to the currentTDISPLAY
command.
Example
TDISPLAY ACF CURVEFIT
/TYPE=COMMAND.
- This command displays all currently active models
that were created by procedures
ACF
andCURVEFIT
.