Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Answer / Kuldeep Kathail
The additional code generated during the compilation process in CICS is typically placed at the beginning or end of the original program code. This added code, which includes system control instructions, is known as Overlay Control Area (OCA) or Prologue and Epilogue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few CICS programs which are generally used ?
What are the CICS commands associated with temporary storage queue processing?
In which table would you make an entry for a BMS map?
How do you define Task Work Area?
What information do you get when an EXEC CICS STARTCODE is issued?
Kindly specify the pic clause for the data type of length option field type of data fields?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What are the 3 working storage fields used for every field on the map?
What is DFHEIBLK?
Explain difference between call and link?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
Which type of TDQ is read destructive?