TYPE Subcommand (SAVE MODEL command)

TYPE indicates whether models are specified by model name or procedure name on DROP and KEEP.

  • One keyword, MODEL or COMMAND, can be specified after TYPE.
  • MODEL is the default and indicates that models are specified as model names.
  • COMMAND indicates that the models are specified by procedure name.
  • TYPE has no effect if KEEP or DROP is not specified.
  • The TYPE specification applies only to the current SAVE MODEL command.

Example

SAVE MODEL OUTFILE='CURVE1.DAT'
  /KEEP=CURVEFIT
  /TYPE=COMMAND.
  • This command saves all models that were created by the CURVEFIT procedure into the model file CURVE1.DAT.