How many ways to share information between different CICS
programs?
Answer Posted / 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 |
Post New Answer View All Answers
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What does a cics translator do?
Explain the system transid cemt?
Explain the difference between a physical bms mapset and a logical bms mapset?
For protecting a transaction using the transaction security function, the two things that must be done are?
What does the 'cebr:cics' transactions do?
Can QSAM files be accessed from CICS?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the difference between the into and the set option in the exec cics receive map command?
Can you explain common systems area?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is DEQ?
Explain the uses that are associated to tsq and tdq ?
What is meant by an attribute byte?
In the EIB block of CICS, highlight the names of few of the important fields?