Previous Topic

Next Topic

Book Contents

Book Index

Examples

Example 1

The balancing mission should wait for execution indefinitely until the runtime conditions required for the mission are available:

MAXWAIT=99

Example 2

The balancing mission should be given an extra three days to execute after its original scheduling date has passed:

DAYS=2,4,6

MAXWAIT=3

Assume that the balancing mission will not run due to the absence of the required runtime conditions. The balancing mission that is scheduled for the 2nd of the month will wait from the 2nd through the 5th to be executed.

On the 6th, Control-M/Analyzer times out and the balancing mission scheduled for the 2nd will not be executed. The balancing missions scheduled for the 4th and 6th will wait for execution until the 7th and 9th.

Figure 332 MAXWAIT Parameter – Example 2

 ---- CONTROL-M/ANALYZER CATEGORY DAILY BAL MISSION INVENTORY-------(BM.S)

 COMMAND ===>                                                    SCROLL===> CRSR

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

   CATEGORY DAILY                                MISSION INVENTORY

   JOB      INV       STEP          ,            SCOPE   JOB

   RULENAME INV01     RULELIB CTB.PROD.RULES

   OWNER    M43       GROUP   INVENTORY

   DESC     END-OF-DAY INVENTORY CHECK

   DOCMEM   INV       DOCLIB  PROD.CTB.DOC

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

   DAYS                                                          DCAL       

                                                                      AND/OR   

   WDAYS   2,4,6                                              WCAL          

   MONTHS  1- Y 2- Y 3- Y 4- Y 5- Y 6- Y 7- Y 8- Y 9- Y 10- Y 11- Y 12- Y      

   DATES                                                                       

   CONFCAL          SHIFT   RETRO Y   MAXWAIT 03                               

   MINIMUM          PDS                                                        

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

   IN

   TIME      FROM      TO      NOT LATER THAN      PRIORITY

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

   SET VARS

 ======= >>>>>>>>>> END OF BALANCING PARAMETERS FOR THIS CATEGORY <<<<<<< ======

 USE THE DOC COMMAND TO SHOW/HIDE BALANCING DOCUMENTATION               10.01.10

Example 3

Schedule the balancing mission for every working day, whether the computer is active. Give the balancing mission one extra day to execute:

DCAL=WORKDAYS,

RETRO=Y,

MAXWAIT=1

Assume that the WORKDAYS calendar, specified in the DCAL parameter, contains the values 15, 16, 18, and 19. The computer was offline from the 16th up to and including the 18th, and the 15th was the last date that the mission was scheduled for execution.

Today is the 19th. The balancing mission is scheduled three times with the original scheduling dates of the 16th, 18th, and 19th.

The balancing missions on the 16th and the 18th are disregarded on the 20th if they have not yet executed. The balancing mission on the 19th is disregarded only on the 21st.

Figure 333 MAXWAIT Parameter – Example 3

 ---- CONTROL-M/ANALYZER CATEGORY DAILY BAL MISSION INVENTORY-------(BM.S)

 COMMAND ===>                                                    SCROLL===> CRSR

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

   CATEGORY DAILY                                MISSION INVENTORY

   JOB      INV       STEP          ,            SCOPE   JOB

   RULENAME INV01     RULELIB CTB.PROD.RULES

   OWNER    M43       GROUP   INVENTORY

   DESC     END-OF-DAY INVENTORY CHECK

   DOCMEM   INV       DOCLIB  PROD.CTB.DOC

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

   DAYS                                                        DCAL WORKDAYS   

                                                                      AND/OR   

   WDAYS                                                       WCAL          

   MONTHS  1- Y 2- Y 3- Y 4- Y 5- Y 6- Y 7- Y 8- Y 9- Y 10- Y 11- Y 12- Y      

   DATES                                                                       

   CONFCAL          SHIFT   RETRO Y   MAXWAIT 01                               

   MINIMUM          PDS                                                        

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

   IN

   TIME      FROM      TO      NOT LATER THAN      PRIORITY

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

   SET VARS

 ======= >>>>>>>>>> END OF BALANCING PARAMETERS FOR THIS CATEGORY <<<<<<< ======

 USE THE DOC COMMAND TO SHOW/HIDE BALANCING DOCUMENTATION               10.01.10

Parent Topic

MAXWAIT: Mission Definition Parameter