Checking if a Job Should Run At All |
Often, a job should only run if a certain test is passed. For example, an import task is to run subject to a condition, such as:
You can include such a test at the beginning of the batch job using various means, for instance:
If you insert a separate test at the beginning of the batch job, you get better performance if the job fails, and you avoid unnecessary messages in status files. Related Topics: |