How to schedule a job in every 4 hours in Autosys -
i want schedule job in autosys in every 4 hours. this: 00:40, 04:40, 08:40, 12:40. with jill code syntax? tried it's failing.
start_times: "00:40, 4:40, 8:40, 12:40, 16:40"
days_of_week: "su,mo,tu,we,th,fr,sa"
date_conditions: "1"
here go:
insert_job: job_name job_type: box owner: owner@us date_conditions: 1 days_of_week: su,mo,tu,we,th,fr,sa start_times: "00:40,04:40,08:40,12:40,16:40" description: "test box"
Comments
Post a Comment