Which section data items can be used while calling programs?
-
Linkage section
-
Working-Storage section
-
Both
-
None
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.