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 would you use abend command?
What are some of the cics commands associated with interval control?
What is the term bms in cics?
What is the pic clause for the hhmmss type of data fields?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
What is the meaning of the eibaid field?
Explain the purpose of the program list table?
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.
What is the comaera?
what is the differences between getting the system time with eibtime and asktime command?
Define task work area?
What is commarea (communications area)?
What is the cics command level?
What is CICS ?
What is frset?