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 are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


Which is the macro used for making an entry in the PPT

1 Answers  


Define exec cics retrieve?

0 Answers  


How do you access storage outside your CICS program?

2 Answers   IBM,






Explain the primary function of the processing program table (ppt)?

0 Answers  


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


How do you use altindxs in batch, cics programs?

0 Answers  


What does the 'cedf:cics' transactions do?

0 Answers  


What is meant by a CICS task?

4 Answers  


For multithreading an application program need not be re- entrant(True or False).

1 Answers  


Explain the difference between physical map and symbolic map?

0 Answers  


Categories