Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The QUSRBRM.BRMS_LOG_OMITS view shows you the message IDs the are currently omitted from the BRMS log.

The authorization ID of the statement must include the following privileges:

  • *OBJOPR and *READ authority to the QUSRBRM/DIST_MSGS object.

The BRMS Network feature is required.                           

Result Table

The following table describes the columns in the view.  The schema is QUSRBRM.

Column Name

System Column Name

Data Type

Description

MESSAGE_ID

MSGID

VARCHAR(7)

The messaged ID to omit from the BRMS log.

Examples

Report the message identifiers that are set up to be omitted from the BRMS Log:

SELECT MESSAGE_ID FROM QUSRBRM.BRMS_LOG_OMITS

Example output:

MESSAGE_ID

BRM1049

BRM10A1

BRM10A2

BRM402A

  • No labels