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
Can you explain multitasking and multithreading?
What is the primary aspect of CICS?
Define temporary storage?
What is frset?
What is the use of mdt (modified data tag)?
Explain the different ways of initiating transaction in cics?
Name the command which is used to release a record on which exclusive control is gained?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Can you use occurs in bms map?
Give the definition of COMMAREA ?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Kindly specify the pic clause for the any bll cell type of data fields?
what are transient data sets defined to cics?
What does the 'ceci:cics' transactions do?
What are the main uses of the transaction in the cics?