I need to create an autosys job that run on Saturday and Sunday only at Noon and 11:00 p.m. CST below is the script that I wrote based on what I saw online.
I'm new to this , can someone else please check and confirm if there's any other thing that I'm missing that can cause some issue?
insert_job: name job_type: CMD
command: /directory/zzz/xxx.ksh /directory/xxx/xxx
machine: ZZZ
owner: user
permission:
date_conditions: 1
days_of_week: sa,su
start_mins: 5,20,35,50
run_window: "12:00 , 23:00"
condition: s(XXX_XXX_CONTROL)
description: "pull xxx files"
std_out_file: $dummy.out
std_err_file: $dummy.err
alarm_if_fail: 1
profile: /directory/directory.profile