SAVE MODEL

SAVE MODEL saves the models that are created by certain procedures in a model file. The saved model file can be read later in the session or in another session with the READ MODEL command.

SAVE MODEL OUTFILE='filename'

 [/KEEP={ALL**      }] 
        {model names}
        {procedures } 

 [/DROP={model names}] 
        {procedures } 

 [/TYPE={MODEL**}] 
        {COMMAND}

**Default if the subcommand is omitted.

This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.

Example

SAVE MODEL OUTFILE='ACFMOD.DAT'.