Basic restart definitions for jobs in existing tables do not need to be manually entered. The REPCTRDF KSL utility automatically generates basic restart definitions for all jobs in a specified table. By using the REPCTRDF utility, you can in a matter of minutes implement basic restart definitions for Control-M/Restart for your entire site.
Specify the parameters described in Table 29 for the REPCTRDF utility:
Table 29 Parameters for Automatic Restart Definition utility (REPCTRDF)
Parameter  | 
Description  | 
|---|---|
library  | 
Library name. Must be a partitioned data set containing tables  | 
table  | 
Table name  | 
confirm  | 
Determines the value of the CONFIRM parameter in the DO IFRERUN statement for the job. Valid values are: 
  | 
tasktype  | 
Specific task type, or ALL for all task types. ("Dummy" jobs are not be updated.)  | 
The following statements are added to the job scheduling definitions (if they are not already there):
ON PGMST ANYSTEP  PROCST          CODES S***   U****  C2000           A/O  
  DO IFRERUN   FROM $ABEND   .          TO          .             CONFIRM N
Note: The CONFIRM field is assigned the value specified in the CONFIRM parameter in the REPCTRDF KSL utility.
Parent Topic |