Versions Compared

Key

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

...

The BRMS Network feature is required.                           

The schema is QUSRBRM.

...

Examples

To omit the single message BRM1049 from the BRMS log:

call QUSRBRM.ADD_BRMS_LOG_OMIT('BRM1049')

To omit additional messages, CPF9898 and MCH3601 from the BRMS log:

call QUSRBRM.ADD_BRMS_LOG_OMIT('CPF9898 MCH3601')

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

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

Error Messages

The following SQL error messages SQLSTATEs may be returned by this procedure.

...