Multiple choice technology mainframe

CONFIGURATION SECTION in COBOL must be present.

  1. True

  2. False

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

In COBOL, the CONFIGURATION SECTION is mandatory in the ENVIRONMENT DIVISION. It defines the computer and other configuration-related information for the program. While some entries within it may be optional in certain compilers, the section itself must be present in a valid COBOL program structure.