FLAG

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

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

ABBREVIATION: 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.