Setting Compiler Options - PL/I Compilers

 
 

Use this pane area to pass compiler-specific options to the compiler. These options will override the default settings.

The default PL/I compiler command, pli, is shown in the Command column. You can use other compiler commands for compiling programs if your environment requires it. To use another compiler command, type it in the Command column, or select from a list by clicking on the arrow pointing downwards.

To pass options to the compiler, type them in the Options column. The options are passed directly to the compiler.

Notes:

  1. The Program Builder only recognizes errors from the compilers that contain file, line, and column information.
  2. Entries in the Options column are interpreted by the Shell. You must take care when entering options that contain shell metacharacters. For example, to enter the SQL option shown below into the Options column,
    -q"SQL('BINDFILE')"

    you must actually type:

    -q"SQL('\''BINDFILE'\'')"


Setting Compiler Options - PL/I
Setting Compiler Options - PL/I Levels
Setting Compiler Options - PL/I Flags
Setting Compiler Options - PL/I Include Directories