TYPE Subcommand (SAVE MODEL command)
TYPE
indicates
whether models are specified by model name or procedure name on DROP
and KEEP
.
- One keyword,
MODEL
orCOMMAND
, can be specified afterTYPE
. -
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 ifKEEP
orDROP
is not specified. - The
TYPE
specification applies only to the currentSAVE 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.