如何开箱即用地移动 autosys 作业?
How to move autosys job out of the box?
我有一个在盒子里运行的作业。
insert_job: template job_type: c
box_name: box1
.
.
.
我想将这份工作移出 box1
我应该在 JIL 定义中做出什么改变?
要更新现有作业,请使用 update_job。
update_job: template job_type: c
box_name:
将 box_name 属性保留为空白,运行 JIL。
这将从定义的框中删除作业。
我有一个在盒子里运行的作业。
insert_job: template job_type: c
box_name: box1
.
.
.
我想将这份工作移出 box1
我应该在 JIL 定义中做出什么改变?
要更新现有作业,请使用 update_job。
update_job: template job_type: c
box_name:
将 box_name 属性保留为空白,运行 JIL。
这将从定义的框中删除作业。