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

FLAG

The FLAG option specifies the minimum severity of error that requires a message to be listed in the compiler listing.

Read syntax diagramSkip visual syntax diagram>>-FLAG--+-------------+---------------------------------------><
         |    .-W-.    |
         '-(--+-I-+--)-'
              +-E-+
              '-S-'
 

ABBREVIATIONS:

F

I
List all messages.
W
List all except information messages.
E
List all except warning and information messages.
S
List only severe error and unrecoverable error messages.

If messages are below the specified severity or are filtered out by a compiler exit routine, they are not listed.


Terms of use | Feedback

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