Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 SQL error messages SQLSTATEs may be returned by this procedure.

...