Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Programming Guide


Sharing data in separately compiled programs

Many applications consist of separately compiled programs that call and pass data to one another. Use the LINKAGE SECTION in the called program to describe the data passed from another program.

In the calling program, use a CALL . . . USING or INVOKE . . . USING statement to pass the data.

related tasks  
Passing data


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)