Multiple choice technology mainframe

How many sections are in DATA DIVISION?

  1. 2

  2. 3

  3. 4

  4. 1

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

The DATA DIVISION in COBOL contains 3 main sections: FILE SECTION (describing external files), WORKING-STORAGE SECTION (defining working data variables), and LINKAGE SECTION (for parameters passed between programs).