DISCARD DOCTEMPLATE

Remove a document template.

Read syntax diagramSkip visual syntax diagramDISCARD DOCTEMPLATE
 
>>-DISCARD DOCTEMPLATE(data-value)-----------------------------><
 

Conditions: NOTAUTH, NOTFND

Start of changeThis command is threadsafe.End of change

Description

The DISCARD DOCTEMPLATE command removes a document template definition from the local CICS system, so that the system no longer has access to the resource (that is, it revokes the earlier installation of an DOCTEMPLATE definition of the same name).

See Discarding resource definitions for general information about discards.

Options

DOCTEMPLATE(data-value)
specifies the 8-character name of the DOCTEMPLATE definition that you want to remove.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values:
1
The specified DOCTEMPLATE is not installed on this system.
[[ Contents Previous Page | Next Page Index ]]