Question on Autosys calender date.

Hi

I am trying to schedule a job through Autosys through UNIX on a particular day of every month (for example 20th of every month). Can some one please help me whats the command or whats the process to run on that particular day of month.

Thank you,

man crontab first

for example, run the command on 15th every month at 2 o'clock.

0 2 15 * * Your_command 

There is not a key that allows this, but you can create custom calendars in Autosys and have your job reference that calendar. Reference the Autosys manual for how to create custom calendars and utilize them for your Autosys jobs