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

Invoking the compiler under z/OS UNIX

Input files
Specifying compile-time options under z/OS UNIX
-qoption_keyword
Single and multiletter flags

To compile your program under the z/OS UNIX environment, use the pli command.

Read syntax diagramSkip visual syntax diagram>>-pli--+-----------------------------------------+------------><
        | .---------------------.  .------------. |
        | V                     |  V            | |
        '---command_line_option-+----input_file-+-'
 

command_line_option
You can specify a command_line_option in the following ways: If you choose to specify compile-time options on the command line, the format differs from either setting them in your source file using %PROCESS statements. See Specifying compile-time options under z/OS UNIX.
input_file
The z/OS UNIX file specification for your program files. If you omit the extension from your file specification, the compiler assumes an extension of .pli. If you omit the complete path, the current directory is assumed.

Terms of use | Feedback

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