You can't be using an MQClient from COBOL and receiving a 2204. 2204 only is thrown on zOS, according to the documentation. And there is no MQClient on zOS.
This is issued only for CICS applications, if any call is issued and the CICS adapter (a Task Related User Exit) has been disabled, or has not been enabled.
This reason code occurs only on z/OS.
Completion Code:
MQCC_FAILED
Programmer Response:
The application should tidy up and terminate. Any uncommitted changes in a unit of work should be backed out. A unit of work that is coordinated by the queue manager is backed out automatically.
So it seems like either your program was started in a CICS environment that doesn't have the CICS Adapter started... or that it was started when the CICS environment was starting to shut down.
Either way, you should talk to your mainframe/CICS administrator and see what they say about this error. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum