MESSAGE_LEVEL - UMET configuration option
Description
The MESSAGE_LEVEL option specifies the level of messages to write.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -l level |
|
|
|
|
Command Line, Long Form | -level level |
|
|
|
|
STRUME Parameter | MSGLEVEL (*level) |
|
|
|
|
Values
level indicates either of the following level of messages:
- verbose
Writes messages that provide information on the message matching process. The messages are helpful for verifying or debugging a translation table.
(Information, warning, and error messages also are written.) - info
Writes informational, warning, and error messages. - warn
Writes warning and error messages. - error
Writes error messages only.
Default
IBM i | info |
---|---|
UNIX | warn |
Windows | warn |
z/OS | info |