Multiple choice technology mainframe

There are 4 divisions in a cobol program. Which of the following is not one of them?

  1. Identification Division

  2. Linkage Division

  3. Data Division

  4. Procedure Division

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

The four standard divisions in a COBOL program are Identification, Environment, Data, and Procedure. Linkage Division is not one of the four main divisions; it is a special division used specifically for defining parameters passed to a program when called from another program. The correct answer is B (Linkage Division).