IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

MQ series and IDMS COBOL programs


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gpowell382

New User


Joined: 25 Aug 2005
Posts: 31
Location: USA

PostPosted: Wed Oct 05, 2005 11:34 pm
Reply with quote

I very new to MQ series (using it about one month), but I have been a COBOL (and other languages) for over 30 years. We are currently using Enterprise COBOL and IDMS 15.0.

I have a project (to be completed by Dec 2005) to use MQ series to send data to a system and that system would process the data and send it back within 20 seconds. We do not have the personnel to change all of application programs to use MQPUT and MQGET (about 30-40 programs).

I would like to write two generic MQ series programs.

One MQ series COBOL program would do a MQPUT and be called (dynamic) by various IDMS COBOL programs (program "A"). These programs that call the MQPUT would pass the needed data to do the MQPUT. This process I can get to work.

One MQ series COBOL program would do a MQGET and be executed when there is something in the receiving Queue.

When program "A" calls the MQPUT and is waiting for a response from the MQGET program How would program "A" receive the data from the MQGET program and continue processing from the CALLed MQGET program? Since program "A" did not call the MQGET program.

If you know of a better way to process, please let me know.



Gary
Back to top
View user's profile Send private message
harvick29mdj

New User


Joined: 06 Oct 2005
Posts: 3

PostPosted: Thu Oct 06, 2005 1:45 am
Reply with quote

Here's one way. May not be the most efficient.

Program "A" can do the MQPUT. Then program "A" would go into a looping process that uses the Browse functionality looking at the ReplyTo Queue searching for the response that matches the put.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top