DISCARD TSMODEL

Remove a temporary storage model definition.

DISCARD TSMODEL

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

Conditions: INVREQ, NOTAUTH, NOTFND

Description

The DISCARD TSMODEL command removes the definition of a temporary storage model from the local CICS system, so that the system no longer has access to the temporary storage model; that is, it revokes the earlier installation of a TSMODEL resource definition of the same name.

You can discard a TSMODEL, except those begining with DFH, at any time. In-flight UOWs which are using such TSMODELs will complete normally.

See Discarding resource definitions for general information about discards.

Options

TSMODEL(data-value)
specifies the 8-character name of the temporary storage model that is to be removed. .

Conditions

INVREQ
RESP2 values:
2
The TSMODEL definition is currently in use.
3
The temporary storage model cannot be discarded because its name begins with DFH.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
101
The user associated with the issuing task is not authorized to discard a TSMODEL definition with this name.
NOTFND
RESP2 values:
1
The TSMODEL does not exist.