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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -