k.junaid83
New User
Joined: 19 Apr 2006 Posts: 18 Location: bangalore
|
|
|
|
Hi,
I have a Cobol program which calls another Cobol program.
Both the program perform MQPUT and MQGET operation on
two different Message queues but the Queue manager is same.
The Job is getting abend with the MQ reason code 2002 (MQRC_ALREADY_CONNECTED) .
I cannot issue a MQDISC as this will cause the calling and
the called program to disconnect.
Can't we connect to the same MQM more than once?
Thanks |
|