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.  Create a schedule using the (BTI) Batch Terminal Process for a job to run on the fourth Sunday of each month at 9 am.  

 

Environment

WA CA 7 Edition

Resolution

Here are the BTI commands:

/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