Can somebody help me out.
Also I would like to knopw in CICS region do we need to give connect/open queue and close/disconnect command. As per my knowledge in CICS region we don't need to open/close MQ queue.
Posted: Fri Jan 05, 2007 2:59 pm Post subject: Re: Error white running MQ-CICS program.
Novice
Joined: 26 Dec 2006 Posts: 22
ngupta72 wrote:
As per my knowledge in CICS region we don't need to open/close MQ queue.
It depends.
If you are trying to kick off a CICS transaction by using the CICS bridge then, NO, you don't need specify a queue in the request (unless you need a reply).
If you want to read or write to a queue from within a CICS transaction then, YES, you do need to open the queue in your program.
In the laster case you do not need to connect to the queue manager. CICS has the connection handle already and ignores the MQCONN. Nor do you need a MQDISC.
In the case of the CICS bridge you will need to connect to a queue manager in order to drop the bridge request message on the bridge queue.
In either case has CICS has to be set up ahead of time to MQ enable it.
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