AUTOSYS Call Window bat file execute Job
AUTOSYS is job execution tools where job can be fired both from window and Linux box. If you have *.bat file in window and you want to execute it through AUTOSYS you could use below as reference. Below example *.bat file located in C:\ path:
command: C\:\scripts\run-UAT-script.bat
- Complete job example:
insert_job: Notifier_c job_type: c owner: JAVA@win machine: javahonk.com command: C\:\scripts\run-UAT-script.bat permission: gx,ge,mx,me description: "Load data" condition: s(JavaHonk_c) term_run_time: 60 alarm_if_fail: 1 std_out_file: >>C\:\logs\Notifier_c.log std_err_file: >>C\:\logs\Notifier_c_err.log application: JavaHonk
- Reference: Workload Control Center User Guide