Multiple choice technology mainframe

  1. Name the divisions which is not in COBOL program.

  1. IDENTIFICATION

  2. ENVIRONMENT

  3. DATA

  4. WORKING

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

WORKING is not a division in COBOL program structure. The four required divisions are IDENTIFICATION, ENVIRONMENT, DATA, and PROCEDURE. WORKING-STORAGE is a SECTION within the DATA DIVISION, not a separate division. This question tests knowledge of COBOL's four-division structure.