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

how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


Explain the exact situation, when to use CALL, XCTL and LINK?

6 Answers   CGI,


What is the command used to request notification when the specified time has expired?

1 Answers  


What are the CICS tables? How to traverse from one screen (program) to another on CICS?

1 Answers  


What is eib?

0 Answers  






What is the use of the eibaid field?

0 Answers  


What is the kcp in the cics?

0 Answers  


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,


list the sequence of steps used to achieve modiication in skip sequential mode?

0 Answers   IBM,


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


How errors are handled in CICS programs?

0 Answers  


Categories