Spring / Spring batch Interview questions
What is an autosys box?
A box is a container of jobs with similar starting conditions (date and time conditions or job dependency conditions). Use boxes to group jobs with similar scheduling parameters, not to group jobs organizationally.
Jobs in a box run only once for each box execution. Jobs in a box start only if the box itself has a status of RUNNING.
Jobs in a box start only if the box itself has a status of RUNNING. A box returns a status of SUCCESS when all the jobs it contains have run and returned a status of SUCCESS.
More Related questions...