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.
About this task
In the calling program, code a CALL . . . USING or INVOKE
. . . USING statement to pass the data.