Author |
Message |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Mar 16, 2008 7:55 am Subject: MQ series issue with CICS |
Thanks bruce.. and thanks everyone with your suggestions and tips.. I will keep the thread updated if we learn more on this issue.. |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Mar 15, 2008 6:13 am Subject: MQ series issue with CICS |
(I'm smacking my forehead with the palm of my hand) Why didn't I ask you if this has ever run successfully before! Oy.
The IDMS/ADSO statements were converted by a third party company into CICS s ... |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Mar 13, 2008 3:16 pm Subject: MQ series issue with CICS |
Ok.. The thing here is that we are converting our IDMS/ADSO environment into DB2/CICS... In the IDMS/ADSO environment this works fine. Its the DB2/CICS version that doesnt work first time thru.. Also, ... |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Mar 12, 2008 6:36 pm Subject: MQ series issue with CICS |
i dont understand what makes Program A go after the other queue
You've looked at the source code for both programs? The programmer fills in the MQOD (object descriptor) with the name of the queue t ... |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Mar 12, 2008 6:30 pm Subject: MQ series issue with CICS |
Thanks for the replies..
We included a delay (a do-while loop for about 10000) times in the external system inbetween the two MQPUTs and that worked... I know its ugly but it worked for now.. |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Mar 11, 2008 3:22 pm Subject: MQ series issue with CICS |
Bruce,
The messages in the two queues are different. Thats how we know that Program A is reading the other queue. The external system does two separate MQPUTs to the two queues but the MQPUT occur ... |
Topic: MQ series issue with CICS |
askthiru
Replies: 14 Views: 12049
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Mar 11, 2008 2:47 pm Subject: MQ series issue with CICS |
We have a strange problem happening in CICS.
We have two different applications in one system. A MQ message gets written to two different queues by an external system. The two queues are defined i ... |