Multiple choice technology mainframe

Which is the Division where you map the logic file name to JCL DD name

  1. Identification Division

  2. Procedure Division

  3. Data Division

  4. Environment Division

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

The Environment Division contains the FILE-CONTROL section where logical file names used in the COBOL program are mapped to physical JCL DDNAMEs. This mapping allows the program to reference files by their logical names while JCL handles the actual dataset allocation.