Multiple choice technology mainframe

Compiler parameter used to prevent an online COBOL program from interactive debugging using CICS supplied debugging transaction CEDF?

  1. NOFLAGSAA

  2. NODEBUG

  3. NOEDF

  4. RENT

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

The NOEDF compiler parameter prevents CICS debugging transactions like CEDF (Execution Diagnostic Facility) from being used with the compiled COBOL program. NODEBUG is not a standard COBOL compiler option, and RENT is for reentrancy while NOFLAGSAA is unrelated to debugging.