Figure 9 CONTROLR step messages – Example 1
18.43.53 CTR001I CONTROL-M/RESTART REL 6.1.00-980B STARTED FOR JOB PRDJBGL5   
18.43.53 CTR008I PROCESSING PARAMETERS: RR,PRDJBGL5,000BU,RL,.STEP005,,ACS
The first message above indicates that Control-M/Restart restarted the job. The second message displays the restart parameters that were passed to the CONTROLR step.
Figure 10 CONTROLR step messages – Example 2
EXCLUDE DSN SYS1*                                 
EXCLUDE DSN IPO1*                                 
The prefixes of data sets to be excluded from File Catalog and GDG Adjustment processing (as defined in the $DEFAULT or $EXCLUDE members) are listed (above).
Figure 11 CONTROLR step messages – Example 3
* THIS SUBSECTION CONTAINS DIRECT ACCESS DEVICE DEFINITIONS * 
UNITNAME SYSDA    DEVICE DASD                                 
UNITNAME SYSALLDA DEVICE DASD                                 
UNITNAME DISK     DEVICE DASD                                 
UNITNAME DIRECT   DEVICE DASD                                 
* THIS SUBSECTION CONTAINS UNIT RECORD DEVICE DEFINITIONS *   
UNITNAME TAPE     DEVICE TAPE                                 
UNITNAME TAPEC    DEVICE TAPE                                 
UNITNAME CASSET   DEVICE TAPE                                 
UNITNAME TAPEHI   DEVICE TAPE                                 
UNITNAME TAPE*    DEVICE TAPE                                 
The correspondence between generic unit names and device types are listed from the user-defined $DEFAULT member.
Figure 12 CONTROLR step messages – Example 4
DEFAULT UNITNAME TAPE     DEVICE TAPE                                 
DEFAULT UNITNAME TAPEHI   DEVICE TAPE                                 
.                                                                     
.                                                                     
.                                                                     
                                                                      
DEFAULT UNITNAME 3350     DEVICE DASD                                 
DEFAULT UNITNAME 3380     DEVICE DASD                                 
DEFAULT UNITNAME 3390     DEVICE DASD                                 
*                                                                     
*PARAMETERS SPECIFIED USING ONLINE:                                   
*                                                                     
RECAPTURE ABEND CODE=YES/NO                                           
RECAPTURE COND CODE=YES/NO                                            
STEP ADJUSTMENT=YES/NO                                                
*                                                                     
SUMMARY OF PARAMETERS IN EFFECT:                                      
*                                                                     
RECAPTURE ABEND CODE=YES/NO                                           
RECAPTURE COND CODE=YES/NO                                            
STEP ADJUSTMENT=YES/NO                                                
*                                                                     
14.37.58 CTR059I =========== ANALYZE PHASE STARTED ===========        
14.37.58 CTR041I DATASET WILL BE SCRATCHED FROM VOLUME "WORK01"       
14.37.58 CTR042I DATASET WILL BE UNCATALOGED                          
14.37.58 CTR038I DSN=CTR.GEN.SAS.G0042V00  DD=SYSUT2  STEP=COPY  PROCSTEP=
14.38.03 CTR060I ========== EXECUTION PHASE STARTED ==========        
14.38.03 CTR085I DATASET "CTR.GEN.SAS.G0042V00" SCRATCHED FROM VOL=WORK01
14.38.03 CTR090I CORRECTING REFERENCE OF GDG DATASET TO "CTR.GEN.SAS.G0041V00"
FROM:                                                                 
14.38.03 CTR038I DSN=CTR.GEN.SAS.G0042V00  DD=SYSUT2  STEP=COPY  PROCSTEP=
14.38.03 CTR082I RESTARTING FROM STEP COPY    .         TO STEP STEP09  .
14.38.03 CTR003I RESTART OF JOB M0500012 ENDED SUCCESSFULLY           
Definitions of unit names are built into Control-M/Restart and need not be duplicated in either the $DEFAULT member or the member specifically named in the PARM field.
Some Control-M/Restart messages, including those listed above, are described in Table 35.
Table 35 Control-M/Restart Messages
Message  | 
Description  | 
|---|---|
CTR059I  | 
Control-M/Restart works in two phases. The first phase analyzes what is done.  | 
CTR060I  | 
The second phase actually executes the necessary adjustments (delete data sets, adjust generation numbers, and so on).  | 
CTR147I/CTR038I  | 
Control-M/Restart adjusts the generation number.  | 
CTR041I/CTR042I  | 
As part of the File Catalog and GDG Adjustment facility, the data set must be scratched and uncataloged.  | 
CTR043E/CTR038I  | 
A data set needed for restart does not exist. In this case the missing data set is a temporary data set that MVS deleted at the end of the previous unsuccessful run. Control-M/Restart determines a step from which restart can be successfully performed.  | 
CTR039I  | 
Control-M/Restart has determined that the job can be restarted from STEP003.  | 
CTR081I  | 
Control-M/Restart recaptured condition codes from the previous run of the job.  | 
CTR090I/CTR038I  | 
Control-M/Restart has corrected the generation numbers for GDG data sets.  | 
CTR085I/CTR087I  | 
The data set has been successfully scratched and uncataloged.  | 
CTR082I  | 
This message indicates the step range that the restarted job executes.  | 
CTR003I  | 
Control-M/Restart has completed the re-start of the job successfully. Of course, at this point the result of the execution of the restarted job is not known.  | 
Parent Topic |