Previous Topic

Next Topic

Book Contents

Book Index

Example for CTTRLPT

The following example extracts dataset records with the name BACKUP.DAYLY from the Media database, and produces a full rule selection report for these datasets:

//EXEC CTTRLPT

   //SYSIN DD *

    INCLUDE DSNAME=BACKUP.DAYLY

    REPORT NAME=RULE

    FIELDS ALL

   /*

Figure 125 CTTRLPT output report example

BMC SOFTWARE, INC.  CONTROL-M/Tape REPORT (REL 6.1.11) DATE 01 02 2004 TIME 15.39      PAGE     1

 

                             Rules simulation report

                             -----------------------

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

|Volume|    Dataset Name             | Jobname | Program |  User   |  SMS | Account  | |  |           

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

     |       Do Condition      | Rule Name | Table Name | Rule Table Library Name | |     

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

 

111111  BAKUP.DAYLY                   K27ABCKP  IEBGENER   K27A

 

      DO STACK = Y                BACKUP      RULE1        CTTP.V610.RULES

      DO POOL  = PAYROLL          BACKSYS     RULE3        CTTP.V610.RULES

      DO VAULT = REMOTE03         BACKUP      RULE1        CTTP.V610.RULES

           UNTIL DAYS   0015

                 BASEMENT

           UNTIL DS EXPIRE

      DO RET   = CATALOG          BACKUP      RULE1        CTTP.V610.RULES

      DO ABRET = DAYS   0001      BACKUP      RULE1        CTTP.V610.RULES

......................................................................................

222222  BAKUP.DAYLY                   K27ABCKP  ADRDSSU    J406

 

      DO STACK = Y                BACKUP      RULE1        CTTP.V610.RULES

      DO VAULT = REMOTE01         BACKUP      RULE2        CTTP.V610.RULES

           UNTIL DAYS   007

      DO RET   = DAYS   0007      RETRULE     RULE5        CTTP.V610.RULES

      DO ABRET = DAYS   0003      *CTTARM .......................................................

 

BMC, INC. CONTROL-M/Tape REPORT (REL 6.1.11)  DATE 01 02 2004 TIME 15.39      PAGE     2

 

          Summary rules usage statistics

          ------------------------------

 

  Usage     Rule Name  Rule Table  Table Library

----------  ---------  ----------  -----------------------------

NOT IN USE  BACKGEN1   RULE3       CTTP.V610.RULES

NOT IN USE  BACKGEN2   RULE3       CTTP.V610.RULES

  00003     BACKSYS    RULE3       CTTP.V610.RULES

NOT IN USE  BACKTEST   RULE3       CTTP.V610.RULES

  00005     BACKUP     RULE1       CTTP.V610.RULES

  00001     BACKUP     RULE2       CTTP.V610.RULES

NOT IN USE  BACKUP1    RULE1       CTTP.V610.RULES

  00001     RETRULE    RULE5       CTTP.V610.RULES

NOT IN USE  VAULT1     RULE3       CTTP.V610.RULES

NOT IN USE  VAULT2-S   RULE3       CTTP.V610.RULES

Parent Topic

CTTRLPT – Rule simulation report utility