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.
Release : 12.1
Component : CA 7
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 ********