Autosys monthly job schedule

jack picture jack · Mar 22, 2011 · Viewed 8.2k times · Source

I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you

Answer

badjr picture badjr · Oct 11, 2016

You can specify a day of the month with an extended calendar with the condition MNTHD#nn, where nn is the nnth day of the month.

The extended calendar can be defined like

extended_calendar: second_of_month
condition: MNTHD#2

and you can include the calendar as the run_calendar attribute of your job like

insert_job: job1
run_calendar: second_of_month

Find more information here on the different conditions for an extended calendar.