DISCARD AUTINSTMODEL

Remove a terminal autoinstall model definition.

DISCARD AUTINSTMODEL

Read syntax diagramSkip visual syntax diagramDISCARD AUTINSTMODEL( data-value)

Conditions: INVREQ, MODELIDERR, NOTAUTH

Description

The DISCARD AUTINSTMODEL command makes a TERMINAL definition in the local CICS system ineligible for use as a model for automatic installation of terminals. The TERMINAL definition is not discarded or otherwise modified; it is only removed from the list of autoinstall models available. (Use the DISCARD TERMINAL command if you want to remove the definition of the terminal.)

See Discarding resource definitions for general information about discards.

Options

AUTINSTMODEL(data-value)
specifies the 8-character name of the autoinstall model that is to be removed. This is the name specified in the AUTINSTNAME option of the TERMINAL definition that defines the model, or the name of the terminal if AUTINSTNAME was not specified.

Models whose names begin with the letters DFH are assumed to be CICS-supplied models and cannot be discarded.

Conditions

INVREQ
RESP2 values:
2
The model you requested is currently in use.
3
The model cannot be discarded because its name begins with DFH.
MODELIDERR
RESP2 values:
1
The model cannot be found.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.