Previous Topic

Next Topic

Book Contents

Book Index

Examples

Example 1

Activate the balancing mission that produces the inventory report when the rule finished OK. When the rule that produces the inventory report finishes OK, it creates the prerequisite condition INVENTORY-OK.

The inventory report is balanced twice a month, for the 1st and for the 15th. The report for the 15th is balanced only if the prerequisite condition INVENTORY-OK for that report exists (signifying the job creating the inventory report ended OK). The existence of the prerequisite condition INVENTORY-OK does not cause balancing of the report on the 15th.

The job on the 1st does not necessarily run on the 1st of the month. For example, if the inventory job only finishes executing on the 3rd. Only then is the prerequisite condition INVENTORY-OK of the 1st created. This is because the prerequisite condition is always associated with a scheduling date and not with the actual run date.

Figure 327 IN Parameter – Example 1

 ---- 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      01, 15                                                   DCAL          

                                                                      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 00                               

   MINIMUM          PDS                                                        

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

   IN      INVENTORY-OK          ODAT

   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 2

In this example a report should be balanced only after the totals of the report have been checked for reasonableness. The IN parameter can specify a prerequisite condition such as REPORT12-CHECKED, that is created by the rule that made the check.

Figure 328 IN Parameter – Example 2

 ---- CONTROL-M/ANALZYER 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    2,3,4,5,6                                             DCAL          

                                                                      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 00                               

   MINIMUM          PDS                                                        

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

   IN      REPORT12-CHECKED    ODAT

   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

IN: Mission Definition Parameter