Getting error when using BATCH to add schedule to CA7
search cancel

Getting error when using BATCH to add schedule to CA7

book

Article ID: 139738

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

Job Schedules for CA 7 can be created via batch input as well as from an online terminal.  This knowledge article illustrate how rules can be used to create a simple schedule using the (BTI) Batch Terminal Process.

The job is to run on the fourth Sunday of each month at 9 am.  The following coding is needed:

 

Environment

Release : 12.0

Component : CA-7

Resolution

/LOGON MASTER


SCHD


JOB


EDIT


ADD,SCHID=010,ROLL=D,INDEX=+000,TIME=(0900,0010),MONTHLY=Y,DOW=SUN,


WEEKS=4


SAVE


SAVE,JOB=MYJOB,SCAL=7D


DBM


RESOLV,SCAL=7D,TEST=NO,JOB=MYJOB


/LOGOFF


 

Additional Information

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/automation/ca-workload-automation-ca-7-edition/12-1/using/database-maintenance/schedule-work.html