Versions Compared

Key

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

...

The schema is QUSRBRM.

Examples

To remove the single message BRM1049 for email notification:

call QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE('BRM1049')

To remove 2 additional messages, CPF9898 and MCH3601 for email notification:

call QUSRBRM.REMOVE_BRMS_DISTRIBUTION_MESSAGE('CPF9898 MCH3601')

To remove 5 additional messages, CPF0001, MCH0001, BRM0001, CPF9898 and MCH3601 for email notification:

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

Error Messages

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

...