Submitting a Compile request
Use the Compile parameterized build request to submit a COBOL program to the mainframe for compiling.
About this task
Procedure
To submit a Compile request, do
these steps.
Tip: You can use this same procedure to submit
multiple files for compile. Select multiple COBOL files in your VOB
and then select Compile Multiple COBOL Programs from
the context menu.
- Open a VOB whose elements have been enabled for parameterized build.
- Right-click a COBOL program and then click Compile.
A command window opens with debug messages showing the status of the build request.
- When the compile has completed successfully, press any key to exit the command window.
Results
- s1alloc_sourceFile.jcl
- Allocates all PDSs and uploads the COBOL source from ClearCase®.
- compile_sourceFile.jcl
- Compiles COBOL program.
- devprint_sourceFile.jcl
- Generates the link load file used for link edit.
- lnkbatch_sourceFile.jcl
- Performs the link edit.
- userid_sourceFile_COB.sysprint
- The output listing file for the COBOL program
- userid_sourceFile_compile.log
- The log file for compiling. In this file name, yourfile.cbl is the name of the file for which you submitted the Compile request.
- userid_sourceFile_rccbuild.log
- The remote build log file.
- USER1.SOURCE(YOURFILE)
- The COBOL source program.
- USER1.XOBJLIB(YOURFILE)
- The output object file, where YOURFILE is the name of the source file submitted for compile.
- USER1.XLOADLIB(YOURFILE)
- The output link control file, where YOURFILE is the name of the source file submitted for compile.
- USER1.CA.PARMBLD.LOAD(YOURFILE)
- The output load module, where YOURFILE is the name of the source file submitted for compile.