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.
WA CA 7 Edition
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