Previous Topic

Next Topic

Book Contents

Book Index

Message Suppression

The example in Figure 95 demonstrates suppression of an MVS message.

Figure 95 Example of Message Suppression

ON MESSAGE  = IEA848I

   JNAME          JTYPE         SMFID        SYSTEM

   ROUTE          DESC          CONSOLEID    CONSOLE

   APPEARED       TIMES IN      MINUTES                        And/Or/Not

OWNER IOAADMIN GROUP                         MODE PROD    RUNTSEC

THRESHOLD

DESCRIPTION SUPPRESSING A SIMPLE MESSAGE

DESCRIPTION Z/OS ABEND - NO DUMP PRODUCED FOR ABEND - SUPPRESSED

DESCRIPTION

===========================================================================

DO DISPLAY  = SUPPRESS Y ROUTE     DESC    CONSOLEID    CONSOLE

SYSTEM

Explanation

ON MESSAGE  = IEA848I

specifies the message that will trigger this rule

DESCRIPTION

a free text description of the operation performed by the rule

DO DISPLAY = SUPPRESS Y

This DO statement indicates that the message that triggered the rule should be suppressed.

Parent Topic

Working With Control-O Rules