84 DISABLED


If the RESP of the CICS command is equal to "84", then it's meaning is DISABLED. Enable the resource using CEMT command.

Default Action - The task gets terminated abnormally.

Command RESP RESP2 Reason, Deafult Action & Solution
DELETE
READ
STARTBR
UNLOCK
84 50 Reason - A file is disabled.

Solution - Check the file status and enable the file using SET FILE or CEMT SET FILE.
Note! This condition cannot occur when the DELETE command follows any read with the UPDATE option.
DELETEQ TD
READQ TD
WRITEQ TD
84 Reason - Occurs when the queue disabled.

Solution - Enable the queue in the CICS region. If you have no access, contact system administrator to enable the queue.
WRITE 84 50 Reason - A file was initially defined as disabled or was disabled by a SET FILE or a CEMT SET FILE command.

Solution - Enable the file using SET FILE or a CEMT SET FILE command. If no access, contact support team to enable the file.