Which is the Division where you map the logic file name to JCL DD name
-
Identification Division
-
Procedure Division
-
Data Division
-
Environment Division
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.