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

MAXMSG

The MAXMSG option specifies the maximum number of messages with a given severity (or higher) that the compilation should produce.

Read syntax diagramSkip visual syntax diagram>>-MAXMSG--+-----------------------+---------------------------><
           |    .-+---+-------.    |
           |    | '-,-'       |    |
           |    V   .-W-.     |    |
           '-(----+-+-I-+---+-+--)-'
                  | +-E-+   |
                  | '-S-'   |
                  | .-250-. |
                  '-+-n---+-'
 
I
Count all messages.
W
Count all except information messages.
E
Count all except warning and information messages.
S
Count only severe error and unrecoverable error messages.
n
Terminate the compilation if the number of messages exceeds this value. If messages are below the specified severity or are filtered out by a compiler exit routine, they are not counted in the number. The value of n can range from 0 to 32767. If you specify 0, the compilation terminates when the first error of the specified severity is encountered.

Terms of use | Feedback

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