Multiple choice technology mainframe

Linkage section is present in which division?

  1. Identification

  2. Procedure

  3. Data

  4. Environment

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

The LINKAGE SECTION in COBOL is part of the DATA DIVISION. It defines data items that are passed between programs when one program calls another. The other divisions are IDENTIFICATION DIVISION, PROCEDURE DIVISION, and ENVIRONMENT DIVISION, but the linkage section specifically belongs to DATA DIVISION.