Multiple choice technology mainframe

Linkage Section comes under which Divison of Cobol Program?

  1. IDENTIFICATION DIVISION

  2. ENVIRONMENT DIVISION

  3. DATA DIVISION

  4. PROCEDURE DIVISION

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

The Linkage Section is part of the DATA DIVISION in a COBOL program. The DATA DIVISION contains three main sections: File Section, Working-Storage Section, and Linkage Section. The Linkage Section specifically defines data items that are passed between programs (parameters and external data). The correct answer is DATA DIVISION.