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 ?



Whenever a cics program goes through a compilation process, there is always some extra code that is ..

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

Post New Answer

More CICS Interview Questions

Name a few CICS programs which are generally used ?

1 Answers  


What are the CICS commands associated with temporary storage queue processing?

2 Answers  


In which table would you make an entry for a BMS map?

2 Answers   IBM,


How do you define Task Work Area?

1 Answers   IBM,


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


Kindly specify the pic clause for the data type of length option field type of data fields?

1 Answers  


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?

1 Answers  


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


What is DFHEIBLK?

3 Answers   IBM,


Explain difference between call and link?

1 Answers  


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


Which type of TDQ is read destructive?

1 Answers   IBM,


Categories