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 preprocessor includes DFHEIBLK (the CICS Execute Interface Block) and DFHCOMMAREA (the communication area definition) to provide the necessary CICS interface structures. Options A, B, and C have typos in the field names (DFHEIBDK, DFHCOMNAREA, DFHEEBLK).