Submitting multiple COBOL programs linked into one module
Before you begin
About this task
Procedure
- Edit the link control file USERID.XLOADLIB(PBMAIN) on
the z/OS® system if needed.
The following is the sample link control PBMAIN:
INCLUDE OBJLIB(PBTEST) INCLUDE OBJLIB(PBTEST3) ENTRY PBTEST NAME PBTEST(R) - Add the type attribute LNKDECK to pbtest.cbl and assign the value PBMAIN to LNKDECK as described in Configuring the view elements.
- Right-click pbtest.cbl and select Submit Link Job.
- Verify the output load module on the z/OS® system for the build request.