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

The CICS translator inserts the EXEC Interface Block (DFHEIBLK) and the Communication Area (DFHCOMMAREA) into the Linkage Section of a COBOL program to handle CICS system communication and data passing.