Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move autosys job out of the box?

Tags:

autosys

I have a job which runs in the box.

insert_job: template job_type: c
box_name: box1
.
.
.

I want to move this job out of the box1 What change should I make in the JIL definition?

like image 512
Govinda Sakhare Avatar asked Nov 25 '25 23:11

Govinda Sakhare


1 Answers

To update an existing job use update_job.

update_job: template job_type: c
box_name:

Keep the box_name attribute as blank and run the JIL.

This removes the job from the defined box.

like image 160
Piyush Avatar answered Nov 28 '25 15:11

Piyush



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!