In many time ,you will test the tivoli Jobs under your time control, if you add the schedule to the jobstream ,and after the testing ,you want to cancel the jobstream ,so you will consider the schedule defineation,Pls read the following:
====================== < START > =======================
SCHEDULE ABCD#UAUSU_ALS_D
ON RUNCYCLE RULE1 "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR"
UNTIL 0550 +5 DAYS
CARRYFORWARD
:
ABCD#JOB_NAME
AT 1310 UNTIL 1330
OPENS ABCD#"/var/opt/transfer/cache/austpost/file"
ABCD#UAUSU_ALS_BK_XCOM_FILE_AUSTPOST
FOLLOWS UAUSU_ALS_BK_CHECK_FILE_AUSTPOST
END
======================= < END > ========================
Schedules manually submitted today will no longer run/execute due to time has passed and note that “UNTIL 0550 +5 DAYS” was added to the schedule for auto-cleanup of the schedule in the current plan. (No need to cancel the schedule, it will auto-expire). (Do take note also that above schedule is active and will be running Monday to Friday with file dependency & time conditions. ????) you can make a test for it ( make sure the file is exited and if the job run tomorrow, it will execute tomorrow,otherwise not)