The /suppress
qualifier allows you to individually
disable the printing of classes of KAP messages. These message
classes range from syntax warning and error messages to messages
about the optimizations performed. The allowed values of the
/suppress
qualifier are as follows:
Value | Disables |
---|---|
d | Data Dependence messages |
e |
Syntax Error messages |
i
| Informational messages |
n | Not optimized messages |
q | Questions |
s | Standardized messages |
w |
Syntax Warning messages |
The default tells KAP to give all message types listed.