An organization uses automated job scheduling for nightly batch processing. One job fails due to a missing dependency file. What is the most effective control to prevent recurrence?
This ensures jobs wait for required files or jobs to complete.
Why this answer
Implementing dependency management in the job scheduler ensures that jobs only run when prerequisites are met, preventing such failures.