Govinda Sakhare
Govinda Sakhare

Reputation: 5749

How to move autosys job out of the box?

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?

Upvotes: 3

Views: 2821

Answers (1)

Piyush
Piyush

Reputation: 828

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.

Upvotes: 5

Related Questions