CA7 Scheduling Functions in Batch Mode
search cancel

CA7 Scheduling Functions in Batch Mode

book

Article ID: 237881

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

Where can I find the command syntax for doing scheduling functions in Batch Mode.  Things like adding new job schedules, adding job triggers,  specifying days/dates/time in a job schedules & doing the resolve command. All in batch mode.

Environment

Release : 12.1

Component : CA 7

Resolution

Sample of Scheduling CA 7 Jobs 

SCHD                                                                    
JOB                                                                     
EDIT                                                                    
ADD,SCHID=010,ROLL=D,INDEX=+000,TIME=(0800,0010),WEEKLY=Y,              
DAYS=(,X,,X,,X,)                                                        
SAVE                                                                    
SAVE,JOB=JOBNAME,SCAL=7D                                                  
DBM                                                                     
RESOLV,SCAL=7D,TEST=NO,JOB=JOBNAME   

SAMPLE of Replacing a Scheduled CA 7 Job/LOGON ********                                                                

SCHD                                                                            
JOB                                                                            
FE,JOB=JOBNAME                                                                      
REPL,SCHID=101,DAILY=Y,TIME=(0800,0100)                                        
SAVE                                                                            
REPL,JOB=JOBNAME,SCAL=ED                                                            
DBM                                                                            
RESOLV,SCAL=ED,TEST=NO,JOB=JOBNAME                                                  
/LOGOFF                   * GENERATED LOGOFF *                                  
BSTR-00  *** END OF INPUT ***