Multiple choice technology programming languages

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 main divisions in a COBOL program are Identification, Environment, Data, and Procedure. The Linkage Section is a component within the Data Division used for parameter passing, rather than a standalone division.