How many ways to share information between different CICS
programs?

Answers were Sorted based on User's Feedback



How many ways to share information between different CICS programs?..

Answer / vaibhavaguta

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

How many ways to share information between different CICS programs?..

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

How many ways to share information between different CICS programs?..

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

Post New Answer

More CICS Interview Questions

What is the access method used by DB2?

1 Answers  


Explain how do you set the mdt option to on status, even if data is not entered?

0 Answers  


What is the meaning of the eibaid field?

0 Answers  


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,






What is the primary aspect of CICS?

0 Answers  


whar is the difference bwn LINK() and XCTL()?

7 Answers   Cap Gemini, CGI, IBM,


How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from

1 Answers   IBM,


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


Explain the logical message in cics?

0 Answers  


Can you define cemt?

0 Answers  


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


Categories