TYPE Subcommand (TDISPLAY command)

TYPE indicates whether models are specified by model name or procedure name.

  • One keyword, MODEL or COMMAND, can be specified after TYPE.
  • 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 after TDISPLAY.
  • If more than one TYPE subcommand is specified, only the last subcommand is used.
  • The TYPE specification applies only to the current TDISPLAY command.

Example

TDISPLAY ACF CURVEFIT
  /TYPE=COMMAND.
  • This command displays all currently active models that were created by procedures ACF and CURVEFIT.