Passing Data Dynamically

How data can be passed to a dynamically called module without using linkage section?

Questions by sprabodhini

Showing Answers 1 - 3 of 3 Answers

ahobalanag

  • Aug 25th, 2012
 

Here are some of the methods I can think of:-
1. Write the data you want to pass from the called program to a temp file. In the called program, read the temp file and get the data.
2. You can use MQs
3. If your program is a CICS program, you can use TWA, TSQ or TDQ.
4. If your program is a IMS DC program, you can use IMS queues and a message switch to the called program

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions