Help on Autosys

Hi,

I need to schedule a script to run at 12:00 on first day of every month.
I don't know how to set it. Like days_of_week, do we have days_of_month where we can put 1?

Thanks,
Siba

I don't know autosys, but it can be achieved easy with a cron job

man crontab

Edit your crontab

crontab -e

Then you could for example add a line like

00 12 1 * * /PathOfYourScript/YourScript

With a cron job? Have a read of:

Thank you ctsgnb and Franklin52... But I need to do it using autosys. Can I have some clue on it?

A link to get you started:
http://www.unix.com/unix-advanced-expert-users/107472-autosys-job-scheduling.html

Define a calendar and run your job using it.

GUI Path :
Job Definition -> Date/Time Option -> Run on Days in Calendar

JIL syntax :
run_calendar: calendar name