Exception handling for all Monitor III report data

This powerful function is inherent in the design of the RMFM3B procedure and the exit ERB3RPH3. For any desired report, an RMFM3B instance can be activated at the same time:
s rmfm3b.u1_wf,hlq=user_1,report=wfex
s rmfm3b.u1_si,hlq=user_1,report=sysinfo
This makes all report data available for processing by the individual phase 3 exits, for example, ERBR3SYS for SYSINFO report. This can be an efficient solution, especially in two cases:
  • A specific counter that is not implemented in the Monitor III workflow exceptions should be tracked and should cause an exception
  • A threshold for the counter has been set by the WFEX options, but this active threshold value does not fit the current needs and should be temporarily deactivated in favor of another value.

Example

Your WFEX option threshold for the critical TCB+SRB time is set to 90 %. For a specific reason a GUI connection should be initiated when the value exceeds 80 %, but you want to achieve this without editing the WFEX options.

Action

Set the tcbsrb_limit value in procedure ERBR3SYS to 80%, and start an RMFM3B instance with the parameter report=sysinfo.