Java / Autosys Interview questions
What is Box Job in Autosys?
A Box job is a container of other jobs. It can control the inner jobs when and how they should run. If a box job is started, it will start the inner jobs automatically.
Generally, the jobs which do similar operations or generic functions will be grouped together under a box job. We can set the start time and run calendars for a box job to control the execution.
insert_job: box_a job_type: b
More Related questions...