21 ILLOGIC


If the RESP of the CICS command is equal to "21", then it's meaning is ILLOGIC. Check the allocated space is fully used for the respective resource. If needed more, add more space to the resource.

Default Action - The task gets terminated abnormally.

Command RESP RESP2 Reason, Deafult Action & Solution
DELETE
ENDBR
READ
READNEXT
READPREV
RESETBR
STARTBR
UNLOCK
21 110 Reason - A VSAM error occurs that is not in one of the other CICS response categories.

Solution - This might be due to the non-sequence of file operations. Debug the program to correct the logic.
REWRITE
WRITE
21 110 Reason - A VSAM error occurs that is not in one of the other CICS response categories.

Solution - This might be due to the non-sequence of file operations. Debug the program to correct the logic.