Previous Topic

Next Topic

Book Contents

Book Index

CTJENR Example 3

In this example, enforcement is performed on the sample JCL (without saving the resulting JCL) using the following batch utility:

Batch utility for enforcement sample JCL

//JCLENR  EXEC CTJENR,ENF=Y     

//SYSIN    DD   *                 

 LIB=WORK.LIB MEM=MEM1 

The following is the output of the utility:

SYSPRINT from CTJENR batch

  CTJU00I Control-M/JCL Verify Utility started. Date/Time 25.08.15 / 15:30

  CTJU01I REF=N ENF=Y SAV=N OVR=N ENV=GENERAL CTM=Y NODE=LOCAL           

  CTJU01I  LIB=WORK.LIB MEM=MEM1                                         

  CTJ000I Control-M/JCL Verify is starting. Level IJ10248                

  CTJM0DI Control-M/JCL Verify processing performed by Monitor L0JMON   /

  CTJE13I Control-M/JCL Verify processing ENFORCEMENT                    

  CTJE19I Runtime parameters:    SAV=N OVR=N CTM=Y ENV=GENERAL           

          ************************************************************************ 

  CTJ002I * Start processing MEMBER=MEM1       JOBNAME=IEFBR14                   *

  CTJ008I *                  DSNAME=WORK.LIB                                     *

          ************************************************************************ 

          "THIS RECORD IS ADDED BY ENFORCEMENT SAMPLE RULE ENFSAMP FROM TABLE ENFSAMP" 

          //IEFBR14  JOB ,BR14,MSGCLASS=X,                               

          //     NOTIFY=USER,MSGLEVEL=(1,1)                              

          //S1       EXEC PGM=IEFBR14,COND=EVEN                          

          //NEWTEMP     DD    SPACE=(TRK,1),DSN=NEW.FILE.NO.DISP         

          //FILEOK DD    DISP=SHR,DSN=CTJP.V900.JCL.SAMPLES              

  CTJ009I Processing ended RC=0000 for JOB IEFBR14  MEMBER MEM1          

  CTJ003I Processing ended RC=0000 REASON 00000000 MEMBER MEM1     DSNAME=WORK.LIB

  CTJU02I Control-M/JCL Verify Utility ended. RC=0000                    

Parent Topic

CTJENR Examples