Posted: Mon Jun 07, 2004 12:45 pm Post subject: Sending IMS Commands on Bridge Queue.
Apprentice
Joined: 30 Mar 2004 Posts: 41
Hi,
I use Java and MQ Client connection to connect with MQ Series on z/os. When I use "CMDMASK DIS A" I get the response back. When I try to do it the IMS Command way i.e "/DIS A" it dosent work.
If I use msg.format = MQC.MQFMT_IMS_VAR_STRING; I dont use the IIH Header and my command is: "CMDMASK DIS A". This works But it doesnt work with "/DIS A"
If i use msg.format = MQC.MQFMT_IMS; I use the following IIH Header which I got from IBM's sample code. Then the command "CMDMASK DIS A" works but "/DIS A" still doesnt work.
In both the cases I calculate the requisite LL, ZZ.
Any ideas on how to make the command "/DIS A" work?
Also why in IIH header is the "MQIMSVS" set twice ?
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