Previous Topic

Next Topic

Book Contents

Book Index

Example for CTTSCA

The following example requests detection of all possible contentions, creation of preventive rules and a contention report:

Example for SYSIN Statements

//SYSIN    DD *

    TYPERUN  LEVEL=ALL

    RULEINFO CRERULE=YES,RULEPREF=NEWR,CONTSEAR=Y

    REPORT   NAME=CONFLICT

    FIELDS   CPUID1/C3,JOBNAME1/C12,DSNAME1/C23,

             DATE1/C69,TIME1/C78,DURATION/C87,

             CRERULE1/C98,REASON1/C107,RULENAM1/C119,ID=P

    FIELDS   CPUID2/C4,JOBNAME2/C13,DSNAME2/C24,

             DATE2/C69,TIME2/C78,

             CRERULE2/C98,REASON2/C107,RULENAM2/C119,ID=S

/*

Below is a sample portion of a report produced by the CTTSCA utility. Each line in the report describes a pair of data sets that can be in possible contention. Rules created by the utility (to prevent Data set 1 from being stacked together with Data set 2 and vice versa) are also listed in this report.

Figure 131 CTTSCA Sample Report

BMC, INC.                 CONTROL-M/TAPE REPORT (Ver 6.1.00)        DATE 16/11/2000 TIME 15.30      PAGE     1

 

                                                    Contention Detection Report

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

 

 

   CpuId 1  Jobname 1  Dataset 1                             Open     Open     Possible   Rule 1   Reason 1    Rule

                                                             Date 1   Time 1   Contention Created?             Name 1

    CpuId 2  Jobname 2  Dataset 2                            Open     Open     Duration   Rule 2   Reason 2    Rule

                                                             Date 2   Time 2              Created?             Name 2

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

   MVSP     DFHSM      DFHSM.HMIGTAPE.DATASET (GDG)          12/10/00 08:12:36 00:03:34   NO       TOLERATED

    MVSP     UH56VPM0   HZ.PROD.RDADLSQC.SEQ                 12/10/00 08:10:10            YES      NEWR0001

 

   MVSP     DFHSM      DFHSM.HMIGTAPE.DATASET (GDG)          12/10/00 09:47:19 00:00:44   NO       TOLERATED

    MVSP     DFHSM      DFHSM.BACKTAPE.DATASET (GDG)         12/10/00 09:45:58            YES      NEWR0002

 

   MVSP     UC95VPM0   HZ.PROD.RDADLSQC.SEQET                12/10/00 09:47:40 00:01:09   NO       TOLERATED

    MVSP     DFHSM      DFHSM.HMIGTAPE.DATASET (GDG)         12/10/00 09:47:19            YES      NEWR0003

 

   MVSP     UC95VPM0   HZ.PROD.RDADLSQC.SEQET                12/10/00 09:47:40 00:00:23   NO       TOLERATED

    MVSP     DFHSM      DFHSM.BACKTAPE.DATASET (GDG)         12/10/00 09:45:58            YES      NEWR0004

 

   MVSP     PMS6105M   MS.PROD.MGSRT.SEQSEQET                12/10/00 09:48:36 00:05:30   YES      NEWR0005

    MVSP     UC95VPM0   HZ.PROD.RDADLSQC.SEQET               12/10/00 09:47:40            YES      NEWR0006

 

   MVSP     PMS6105M   MS.PROD.MGSRT.SEQSEQET                12/10/00 09:48:36 00:00:13   NO       TOLERATED

    MVSP     DFHSM      DFHSM.HMIGTAPE.DATASET (GDG)         12/10/00 09:47:19            YES      NEWR0007

 

   MVSP     PMS6105M   MS.PROD.MDSRT.SEQSEQET                12/10/00 09:50:07 00:03:59   NO       TOLERATED

    MVSP     UC95VPM0   HZ.PROD.RDADLSQC.SEQET               12/10/00 09:47:40            YES      NEWR0008

Parent Topic

CTTSCA – Data set Contention Detection