Previous Topic

Next Topic

Book Contents

Book Index

Action Parameters

Action parameters specify actions to be performed by CMEM.

Table 94 CMEM Rule Definition Action Parameters

DO statementM

Actions to be performed when the rule is triggered. They are performed sequentially. Valid DO statements are illustrated below:

 

DO COND     = FILE-RECEIVED        ODAT +

 

DO COND

Add or delete a prerequisite condition.

DO FORCEJOB = TABLE  BACKUP   JOB            UFLOW N    DATE ODAT

 LIBRARY CTM.PROD.SCHEDULE

DO

DO FORCEJOB

Force one or more jobs under Control-M.

DO STOPJOB

DO

DO STOPJOB

Stop execution of the remaining steps of the job that triggered the rule.

The following DO statements are available in CMEM only if Control-O is active. For more information on the subparameters of the DO parameter which appear in these illustrations, see the Control-O User Guide.

DO SHOUT    = TO TSO-DBA           URGENCY U SYSTEM        

    MESSAGE DB2 MASTER ENDED - PLEASE CHECK!                

DO                                                         

DO SHOUT

Issue a message to a console, TSO user, ROSCOE user, IOA Log or the system administrator using the Control-O Shout facility.

DO RULE     = PROCFILE  %%$DSN                              OWNER  PROD

TABLE     PRODRULE LIBRARY CTO.PROD.RULES

SYSTEM             SHARELOC  NO   TIMEOUT NO

DO

DO RULE

Invoke a Control-O rule from within the current rule.

Parent Topic

Rule Definition Screen – Defining Rules