DISCARD FILE

Remove a FILE definition.

DISCARD FILE

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

Conditions: FILENOTFOUND, INVREQ, NOTAUTH

Description

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

A file must be closed and disabled for its definition to be discarded. In addition, if the file is recoverable, it cannot be discarded until all retained locks on it are released. A lock is retained when a failure causes a unit of work which has modified the file to be shunted (held for later disposition, because recovery action is required before disposition can be completed).

Start of changeYou cannot discard a FILE resource that is created by a BUNDLE resource. To discard the file, you must disable and discard the BUNDLE resource.End of change

See Discarding resource definitions for general information about discards.

Options

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

You cannot remove the definition of a file whose name begins with the letters DFH, because such files are reserved for CICS.

Conditions

FILENOTFOUND
RESP2 values:
18
The file cannot be found.
INVREQ
RESP2 values:
2
The file is not closed.
3
The file is not disabled.
25
The FILE definition is currently in use.
26
The file cannot be discarded because its name begins with DFH.
43
The file cannot be discarded because it has deferred work outstanding, for which there are retained locks.
Start of change300End of change
Start of changeThe resource cannot be discarded because it was installed by a BUNDLE resource.End of change
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.