Multiple choice technology mainframe

Which section data items can be used while calling programs?

  1. Linkage section

  2. Working-Storage section

  3. Both

  4. None

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

When calling programs, both Linkage Section and Working-Storage Section data items can be used. The Linkage Section contains parameters explicitly passed to the called program via CALL...USING, while Working-Storage items can be accessed if defined as external or passed via linkage.