The QUSRBRM.REMOVE_BRMS_LOG_OMIT procedure removes message IDs from the omit list for the BRMS log.

Parameters

QUSRBRM.REMOVE_BRMS_LOG_OMIT (MESSAGE_ID=> message-id)

message-id

Specifies the message ID(s) you wish to remove from the omit list for the BRMS log.

Possible values are:

message-id

Specifies the messaged ID(s) to remove from the omit list for the BRMS log.  The field supports a list of 7 character blank separated message IDs, up to a maximum of 5.

Authorization: The privileges held by the authorization ID of the statement must include the following:

The BRMS Network feature is required.                           

The schema is QUSRBRM.

Examples

To remove the omit of the single message BRM1049 from the BRMS log:

call QUSRBRM.REMOVE_BRMS_LOG_OMIT('BRM1049')

To remove the omit of 2 messages, CPF9898 and MCH3601 from the BRMS log:

call QUSRBRM.REMOVE_BRMS_LOG_OMIT('CPF9898 MCH3601')

To remove the omit of 5 messages, CPF0001, MCH0001, BRM0001, CPF9898 and MCH3601 from the BRMS log:

call QUSRBRM.REMOVE_BRMS_LOG_OMIT('CFP0001 MCH0001 BRM0001 CPF9898 MCH3601')

Error Messages

The following error SQLSTATEs may be returned by this procedure.

U0001

Message ID not valid.

U0002

Message ID not removed.

U0003

Not all message IDs removed.

U0004

No message IDs removed.

U9999

Illegal execution.