Hi,
I received MQRC 2045 when trying to open a local queue as an output using CICS COBOL. What I wanted to do is to modify some fields in the MQM-MESSAGE-DESCRIPTOR.
Here are my codes to set it up before the 'MQOPEN'. How can I do that, open the queue for modifying the MQM-MESSAGE-DESCRIPTOR
MOVE MQOT-Q TO MQOD-OBJECTTYPE
MOVE MQOO-SET-ALL-CONTEXT TO MQGMO-OPTIONS
Thanks,
I received MQRC 2045 when trying to open a local queue as an output using CICS COBOL. What I wanted to do is to modify some fields in the MQM-MESSAGE-DESCRIPTOR.
Here are my codes to set it up before the 'MQOPEN'. How can I do that, open the queue for modifying the MQM-MESSAGE-DESCRIPTOR
MOVE MQOT-Q TO MQOD-OBJECTTYPE
MOVE MQOO-SET-ALL-CONTEXT TO MQGMO-OPTIONS
Thanks,