Previous Topic: CA OPS/MVS MessagesNext Topic: How to Use the NOOPSLOG Option


)MSG—Event Specifier of MSG Rules

The following is the format for coding the MSG event definition section:

)MSG msgidspec  [MLWTO] [NOOPSLOG] [SUPPRESS]
msgidspec

Specifies the message ID. Follow these guidelines when specifying the character string:

MLWTO

(Optional) To be specified when interrogating a multi-line message and each data line is needed to be stored in stemmed msg.text.n variables for further manipulation. Rule will process after the end-line of the multi-line message is received. Wildcarding is not allowed if utilizing this keyword. Therefore the msgidspec must be that of the complete message id of the multi-line message. For more information see Execution Considerations for Msg Rules for details on processing Multi-line messages.

NOOPSLOG

(Optional) Prevents a message (specified by msgidspec) from appearing in the OPSLOG. Specify the NOOPSLOG option before you enable a rule.

SUPPRESS

(Optional) Only valid if the MLWTO optional keyword is utilized, and causes the multi-line message to be suppressed.

More information:

Code and Debug AOF Rules