Where can I find all the command list for Autosys JIL. What is the official site where I can get the complete list of Autosys commands with examples ?
For example I want to run a shell script every half an hour everyday of the week.
Specify the start time as 0, 30 which means every 30 mins and days of week as all as you want the job to run everyday
/* ----------------- template ----------------- */
insert_job: template job_type: c
box_name: box1
command: ls -l
machine: localhost
owner: lyota01@TANT-A01
permission: gx,ge,wx,we,mx,me
date_conditions: 1
days_of_week: all
start_times: 0,30