DISPLAYMESSAGELEVEL

Sets the level of messages displayed in the application console. To set the level of messages written to the application log, use LOGMESSAGELEVEL.

Syntax

DISPLAYMESSAGELEVEL INFO | WARNING | ERROR

Where INFO, WARNING, and ERROR are priority levels:

Notes

This setting affects only the messages displayed in the application console. To control the messages written to the application log, use LOGMESSAGELEVEL. To set the same level for both the console and the log, use both settings.

Example

DISPLAYMESSAGELEVEL WARNING 

Sets the console message level to Warning. Only Warning and Error messages are displayed in the application console.

See Also

SETMSGLEVEL

LOGMESSAGELEVEL