What is the COMMAREA(communications area)?
Answers were Sorted based on User's Feedback
Answer / devang
commarea is used to pass data between tasks/pgms.
The data that is passed through COMMAREA is caught in the
DFHCOMMAREA field of application program which should be
defined first in postion under linkage section.
| Is This Answer Correct ? | 17 Yes | 1 No |
What is the procedure to solve an ASRA ABEND?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What is DFHEIBLK?
What are the 3 common ways to create maps?
What are the 3 working storage fields used for every field on the map?
Explain the thress bms options?
What is the use of mdt (modified data tag)?
What is the name of the facility provided by CICS to free the application program form the problems caused
How can you use dynamic calls in cics?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What option is specified in the SEND command to send only the unnamed fields on to the screen?