Previous Topic

Next Topic

Book Contents

Book Index

Example

The OMEGAMON monitor checks the MAX TASK CICS parameter periodically, and issues an exception code if a specified threshold value is reached. The following sample detects this exception code, and notifies the CICS administrator of the problem.

Figure 212 OMEGAEXP Parameter Example

RL: MAXP       LIB CTO.PROD.RULES                               TABLE: OMEGA

COMMAND ===>                                                    SCROLL===> CRSR

+-----------------------------------------------------------------------------+

  ON OMEGAEXP = MAXP MONITOR OMEGCICS SMFID      SYSTEM          And/Or/Not

  OWNER COURS05  GROUP                         MODE PROD    RUNTSEC

  THRESHOLD

  DESCRIPTION INFORM THE CICS ADMINISTRATOR ABOUT THE MAX TASK IN CICS

  DESCRIPTION

  ===========================================================================

  DO SHOUT    = TO TSO-CICSADMIN     URGENCY R SYSTEM           CTO282I

     MESSAGE CICS MAX TASKED REACHED %%$V2

  DO

===========================================================================

FILL IN RULE DEFINITION. CMDS: EDIT , SHPF , SCHED , OPT               14.23.00

Parent Topic

ON OMEGAEXP: Message/Event Selection Parameter