Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

Invoking the compiler under z/OS using JCL

EXEC statement
DD statements for the standard data sets
Input (SYSIN)
Output (SYSLIN, SYSPUNCH)
Temporary workfile (SYSUT1)
Listing (SYSPRINT)
Source Statement Library (SYSLIB)
Specifying options
Specifying options in the EXEC statement
Specifying options in the EXEC statement using an options file

Although you will probably use cataloged procedures rather than supply all the JCL required for a job step that invokes the compiler, you should be familiar with these statements so that you can make the best use of the compiler and, if necessary, override the statements of the cataloged procedures.

So-called "batch compilation", whereby one compilation produced more than one object deck, is not supported.

Invoking the compiler via BPXBATCH is also not supported.

The following section describes the JCL needed for compilation. The IBM-supplied cataloged procedures described in IBM-supplied cataloged procedures contain these statements. You need to code them yourself only if you are not using the cataloged procedures.


Terms of use | Feedback

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