MESSAGE_SUPPRESSION

Use the MESSAGE_SUPPRESSION keyword to suppress the issuance of repetitious messages detected by the primary command function.

The keyword specifies the maximum number of occurrences of a repetitious message to be issued before suppression. After the maximum has been reached, additional occurrences of that message are not issued individually. A summary message at the end of the process lists by message number the total suppressions for each suppressed message. Another message at the end of the process lists the total of all messages (both issued messages and suppressed messages).

Use

MESSAGE_SUPPRESSION is an optional keyword for the following commands:

  • ANALYZE

  • BUILD

  • CHANGE

  • DMAC_CLEANUP

  • DMAC_PRINT

  • EXTEND

  • GLOBAL

  • IMAGECOPY

  • INITIALIZE

  • PREPARE

  • RELOAD

  • REORGANIZE

  • RESTRUCTURE

  • RESYNC

  • UNLOAD

  • VERIFY

Syntax

MESSAGE_SUPPRESSION=(INFORMATIONAL=parameter,
WARNING=parameter,ERROR=parameter,CRITICAL=parameter)

Parameters

Specify one or more of the parameters as follows:

Value

Description

INFORMATIONAL=parameter

Specify a value from 1 to 32767 to specify the number of occurrences of a repetitious informational message that are issued prior to suppression. Specify NONE as the parameter to turn off informational message suppression.

WARNING=parameter

Specify a value from 1 to 32767 to specify the number of occurrences of a repetitious warning message that are issued prior to suppression. Specify NONE as the parameter to turn off warning message suppression.

ERROR=parameter

Specify a value from 1 to 32767 to specify the number of occurrences of a repetitious error message that are issued prior to suppression. Specify NONE as the parameter to turn off error message suppression.

CRITICAL=parameter

Specify a value from 1 to 32767 to specify the number of occurrences of a repetitious critical message that are issued prior to suppression. Specify NONE as the parameter to turn off critical message suppression.

Default

MESSAGE_SUPPRESSION=(INFORMATIONAL=100,WARNING=100,ERROR=100,CRITICAL=100)

Alias

MSGSUP

Was this page helpful? Yes No Submitting... Thank you

Comments