How many sections are there in data division
B
Correct answer
Explanation
The COBOL DATA DIVISION contains six sections: FILE SECTION (describes external data files), WORKING-STORAGE SECTION (defines working data variables), LINKAGE SECTION (parameters passed to programs), COMMUNICATION SECTION (for communications), REPORT SECTION (for report descriptions), and SCREEN SECTION (for screen definitions in some implementations).