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

>>-pli--+-----------------------------------------+------------><
| .---------------------. .------------. |
| V | V | |
'---command_line_option-+----input_file-+-'
- command_line_option
- You can specify a command_line_option in the following ways:
- -qoption
- Option flag (usually a single letter preceded by -)
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.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)