Multiple choice technology mainframe

Name the divisions in COBOL program?

  1. Identification, Environment, Working Storage, Procedure.

  2. Identification, Environment, Data, Procedure.

  3. Identification, Environment, Data, Linkage.

  4. Identification, File section, Environment, Procedure.

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

Identification, Environment, Data, Procedure is correct because these are the four mandatory divisions in every COBOL program. The Identification Division identifies the program, Environment Division describes hardware, Data Division defines variables and files, and Procedure Division contains the executable logic. Working Storage is a section within Data Division, not a division itself.