How create box job example

How create box job example

To create box job you will have to specify job type “b”. Please have sample box type job example:

/* —————– javahonk_Box —————– */

insert_job: javahonk_Box job_type: b
owner: sybase
permission: gx,ge,mx,me
date_conditions: 1
days_of_week: mo,tu,we,th,fr
start_times: “20:00”
description: “javahonk~ load database on request”
term_run_time: 600
max_run_alarm: 600
alarm_if_fail: 1
application: javahonk

Newly created file should be saved as *.txt or *.jil and this file should moved to window or Linux box wherever AUTOSYS client is installed. Then go to AUTOSYS command line then execute with file name as below (Let’s say if your file name is JavaHonk.txt)

$ locate UC1
/opt/CA/r11/autouser.UC1
/opt/CA/r11/autouser.UC1/archive
/opt/CA/r11/autouser.UC1/audit
/opt/CA/r11/autouser.UC1/autosys.bash.UC1
/opt/CA/r11/autouser.UC1/autosys.csh.UC1
/opt/CA/r11/autouser.UC1/autosys.env.UC1
/opt/CA/r11/autouser.UC1/autosys.ksh.UC1
/opt/CA/r11/autouser.UC1/autosys.sh.UC1
/opt/CA/r11/autouser.UC1/config.UC1
/opt/CA/r11/autouser.UC1/out
$ source /opt/CA/r11/autouser.UC1/autosys.ksh.UC1
$ jil < JavaHonk.txt

Reference:

Leave a Reply

Your email address will not be published. Required fields are marked *