19 NOTOPEN
19 NOTOPEN
If the RESP of the CICS command is equal to "19", then it's meaning is NOTOPEN.
Check the respective resource or destination is closed.
If closed, open the resource or connection to process.
Default Action - The task gets terminated abnormally.
Command | RESP | RESP2 | Reason, Deafult Action & Solution |
---|---|---|---|
DELETE READ REWRITE STARTBR UNLOCK WRITE |
19 | 60 | Reason - Below are the reasons for NOTOPEN
|
READQ TD WRITEQ TD |
19 | Reason - Occurs if the destination is closed.
This condition applies to extra-partition queues only.
Solution - This might happen due to the connection is closed. Establish the connection to destination to resolve the issue. |