Submitting a compile request for multiple programs linked into one module
Use the Parameterized Build > Submit Link Job request to submit multiple COBOL programs linked into one module.
Before you begin
This test case assumes both pbtest.cbl and
pbtest3.cbl have been compiled and the object files are located in
USERID.XOBJLIB. The link control file is uploaded to the z/OS® system with the name PBMAIN located in
USERID.XLOADLIB. 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)The
LNKDECK type attribute must be configured for your view elements before you can
use the Submit Link Job action. This attribute is a ClearCase® server configuration parameter that must be set by your ClearCase® administrator. It is described in the ClearCase®
z/OS® Extensions documentation.Procedure
To submit a Parameterized Build > Submit Link
Job request for multiple programs, do these steps:
- Expand the project containing the sample programs.
- Right-click pbtest.cbl and click Parameterized
Build > Submit Link Job.A message window shows the job is executing.
- Right-click the project name and click Refresh to verify the output for the build request.