Autosys job run on Sunday

Hi,

I need to create a autosys job which will run on every sunday at 7:30 AM NY time for each 10 min interval of time.

days_of_week: su
start_mins: 0,10,20,30,40,50
run_window:"07:30"

Is it fine? Please help

Thanks,
Anup

anupdas,

Try with:

30,*/10 7-23 * * 0

Regards

Anupdas..
"Run window" should specify the time interval of the job run..
Below exmaple would allow the job to run on every Sunday for every 10 minutes, between 7:30AM and 11:59 PM

days_of_week: su
start_mins: 0,10,20,30,40,50
run_window:"07:30 - 23:59"