Multiple choice technology mainframe

The COBOL Program's section which is part of a called program that 'links' or maps to data items in the calling program's working storage

  1. STORAGE

  2. DATA

  3. MAP

  4. LINKAGE

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

The LINKAGE SECTION in a COBOL program is used specifically in called (sub) programs to define data items that will receive parameters passed from the calling program. It 'links' or maps the calling program's data to the called program's working storage, enabling parameter passing between programs.