Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Using compile-time options

As you prepare to compile programs, consider using a subset of the available compile-time options. For a complete description of the compile-time options, including their optional abbreviated forms, see Compile-time option descriptions.

The following example illustrates how to specify options as part of the compilation command:

  pli filename (source attributes(full)
source
This option causes your source code and compiler messages to be saved in a compiler listing file (for example, HELLO.LST).
attributes(full)
This option causes a listing of all the attributes in effect for each programmer-defined identifier to be included in the compiler listing.

Terms of use | Feedback

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