23 QZERO
23 QZERO
If the RESP of the CICS command is equal to "23", then it's meaning is QZERO.
Modify the program logic for not reading the queue when it is empty or handle the empty error.
Default Action - The task gets terminated abnormally.
Command | RESP | RESP2 | Reason, Deafult Action & Solution |
---|---|---|---|
READQ TD | 23 | Reason - Occurs when the destination (queue) is empty or the end of the queue has been reached.
Solution - Modify the program to handle the error for smoother flow when the queue is empty or end of queue reached. |