44 QIDERR
44 QIDERR
If this error condition occurred, the task gets abnormally terminated.
Command | RESP2, Description & Solution |
---|---|
DELETEQ TD | Occurs when the queue specified cannot be found.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |
DELETEQ TS | Occurs when the queue specified cannot be found in Main storage, Auxiliary storage.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |
READQ TD | Occurs when the queue specified cannot be found.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |
READQ TS | Occurs when the queue specified cannot be found in Main storage, Auxiliary storage.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |
WRITEQ TS | Occurs when the queue specified with the REWRITE option cannot be found in Main storage, Auxiliary storage and Temporary storage pool.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |
WRITEQ TD | Occurs if the symbolic destination to be used cannot be found.
Solution - This happens due to the Queue already might get deleted or queue name provided might wrong. Debug the application program flow and correct the logic. |