Previous Topic

Next Topic

Book Contents

Book Index

Event Selection Parameters

Event Selection parameters specify selection criteria under which actions are performed by CMEM.

Figure 72 CMEM Rule Definition Event Selection Parameters - Example

    ON JOBARRIV = A*       JTYPE J SMFID    SYSTEM         And/Or/Not O

    ON JOBARRIV = C*       JTYPE J                           And/Or/Not

    OWNER ADMIN    TABLE CICS                MODE          RUNTSEC     

 

    ON JOBEND   = CICSPROD JTYPE   SMFID    SYSTEM           And/Or/Not

    OWNER ADMIN    TABLE CICS               MODE PROD     RUNTSEC      

 

    ON DSNEVENT = PRD0001  JTYPE   SMFID    SYSTEM                     

       DSN      PROD.*                                    DISP NCT2    

       PROCSTEP            PGMSTEP          STEPRC          And/Or/Not

    OWNER ADMIN    TABLE PRODJOBS              MODE       RUNTSEC      

 

    ON STEP     = PRD0001  JTYPE   SMFID    SYSTEM                     

       PROCSTEP STEP2      PGMSTEP          STEPRC OK       And/Or/Not

    OWNER CTMCTLM  TABLE                    MODE PROD    RUNTSEC NONE  

Table 92 CMEM Rule Definition Event Selection Parameter

Parameter

Description

ON statementM

Conditions under which the rule is to be performed. Subparameters may be displayed.

Valid ON statement values are:

  • ON JOBARRIV – Job name (or mask) of a job or started task that arrived on the JES spool from any source.
  • ON JOBEND – Job name (or mask) of a job or started task that terminated.
  • ON DSNEVENT – Name (or mask) of a job or started task or TSO user to be monitored for data set events (including NOT CATLGD 2 events).
  • ON STEP – Name (or mask) of a job procedure step (and optionally, program step) that terminated, and its desired return code.

AND/OR/NOTM

Conjunctional subparameter that enables linking of ON statements.

Parent Topic

Rule Definition Screen – Defining Rules