0 votes
in Cobol by
What is the use of LINKAGE SECTION?

1 Answer

0 votes
by

The linkage section is used to pass data from one program to another program or to pass data from a procedure to a program. It is part of a called program that maps to data items in the calling program’s working storage.

...