DISCARD DB2ENTRY

Remove a DB2ENTRY definition.

DISCARD DB2ENTRY

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

Conditions: NOTFND, INVREQ, NOTAUTH

This command is threadsafe.

Description

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

A DB2ENTRY must be disabled for its definition to be discarded.

Options

DB2ENTRY(data-value)
specifies the 8-character name of the DB2ENTRY that is to be removed.

Conditions

NOTFND
RESP2 values:
1
The DB2ENTRY cannot be found.
INVREQ
RESP2 values:
2
The DB2ENTRY is currently in use.
3
The DB2ENTRY is not disabled.
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 access this particular resource in the way required by this command.