MODEL CLOSE

MODEL CLOSE is used to discard cached models and their associated model handle names created by the MODEL HANDLE command.

MODEL CLOSE NAME={handlelist}
                 {ALL       }

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

Release history

Release 13.0

  • Command introduced.

Example

MODEL CLOSE NAME=discrimmod1 twostep1.

MODEL CLOSE NAME=ALL.