Multiple choice technology mainframe

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?

  1. DFHEIBDK, DFHCOMMAREA

  2. DFHEIBLK, DFHCOMNAREA

  3. DFHEEBLK, DFHCOMMAREA

  4. DFHEIBLK, DFHCOMMAREA

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

When a CICS program is compiled, the precompiler includes DFHEIBLK (Execute Interface Block) and DFHCOMMAREA (Communication Area) code. DFHEIBLK contains control information and parameter passing data, while DFHCOMMAREA is used for data communication between transactions.