Multiple choice technology mainframe

How many sections are there in Data Division?

  1. Six

  2. Seven

  3. Four

  4. Three

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

The Data Division in COBOL has six sections: FILE, WORKING-STORAGE, LINKAGE, REPORT, COMMUNICATION, and SCREEN. Each section serves a specific purpose in defining and organizing data structures used in the program.