2.2.55 Operands related to the message output suppression facility

225) pdmlgput -s output-selection
{-c ALL | [-l message-severity]
-m message-ID[,message-ID]...}
Specifies options for HiRDB's output of messages to the syslogfile. The following can be specified:
  • Suppress output of all messages
  • Output specified messages only
  • Change the severity level of the messages that are output
When this operand is not specified, output of messages to syslogfile is not suppressed.
-s output-selection
Specifies the message output suppression option for the indicated messages.
Y: Outputs the indicated messages.
N: Suppresses output of the indicated messages.
For details about suppression of message output to the syslogfile, see the HiRDB Version 9 System Operation Guide.
-c ALL
Specifies that output of all HiRDB message to the syslogfile is to be suppressed.
When this option is specified, specify N for the -s option.
Note
Normally, it is recommended that this option not be specified, because it makes it difficult to diagnose errors.
-l message-severity
Specifies the severity level to be set for messages that are output.
To specify this option, you must also specify Y in the -s option.
E: Error message
W: Warning message
Q: Waiting message
I: Information message
For details about changing the severity level of messages that are output to the syslogfile, see the HiRDB Version 9 System Operation Guide.
-m message-ID[,message-ID]...
Specifies the IDs of the messages that are to be output or that are to be suppressed. Do not enter the message severity level that follows the hyphen (-) in a message ID. (For example, for KFPS01820-E, specify KFPS01820.)
Specifying a message that is not designed to be output in syslogfile for this option is the same as not specifying it.
Operand rules
  • You can specify multiple lines of this operand.
  • If multiple lines of control are specified for the same message using the ALL specification or message ID specification, the latter specification takes precedence.
Relationship to other operands
  • pd_mlg_file_size: When message output is suppressed, specifies the maximum size of the message log file.
  • pd_mlg_msg_log_unit: When messages are to be output, specifies the output destination for message logs (the system manager unit or the unit that outputs each message).