Java / Autosys Interview questions
What is Autosys Jil?
Autosys JIL (Job Information Language) is used for creating Autosys job definitions.
JIL is a specification/scripting language which has its own commands to describe where, when, and how a job should be run.
insert_job: PROD_BATCH_SYNC job_type: c description: Run Sync job machine: example-prod.javapedia.net owner: admin@example-prod.javapedia.net command: /apps/script/start_process.sh application:EXAMPLE_APP permission: gx,wx date_conditions: 1 days_of_week: all start_times: "00:02" run_window: "00:02-23:58" alarm_if_fail: 1 max_exit_success: 1 std_out_file: /apps/control/logs/$AUTO_JOB_NAME.out std_err_file: /apps/control/logs/$AUTO_JOB_NAME.err
More Related questions...