How many ways to share information between different CICS
programs?
Answers were Sorted based on User's Feedback
Below are the two wats I am aware of:
1. simplest way is to use DFHCOMMAREA (but this has a limitation that we can not pass data between CICS programs more then 32K bytes)
2. To over come 32K limitation we can use Channels and Containers to share data between two CICS programs.
Please correct me if am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nishant kumar
As per my knowledge we can pass data through 5 ways:
1. DFHCOMMAREA
2. TSQ
3. TDQ
4. Channels
5. Containers
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nagraj
)By using TSQ
2)By using an intrapartition TDQ
3)By using TWA(Task work area)
4)By using TCTUA
5)Through a file
| Is This Answer Correct ? | 3 Yes | 1 No |
What is MDT?
How to define a vsam file in cics getting into cics to define a vsam file.
what are transient data sets defined to cics?
Use of DFHCOMMAREA in cics
Why do we need integrated cics translator?
In a particular cics program, what is the procedure to allocate dynamic memory?
How do you terminate an already issued DELAY command?
What are different ways of initiating transaction in CICS ?
Explain how do you set the mdt option to on status, even if data is not entered?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Can you explain communication area?
can anyone tell me about paginglogic in CICS,Please?