Previous Topic

Next Topic

Book Contents

Book Index

General Information for OUT

If the job ends OK, the prerequisite conditions are added to or deleted from the IOA Conditions file according to the value set for opt.

Prerequisite conditions are usually used to establish job dependencies or to ensure manual intervention when required:

OUT and DO COND statements can also be used to delete prerequisite conditions. The OUT statement of the job can be used to delete a prerequisite condition after the job ends OK. A DO COND statement can be used to delete prerequisite conditions if the accompanying ON step and code criteria are satisfied.

These statements are generally used to delete prerequisite conditions either to prevent a particular job from running or when the condition is no longer needed by any other jobs in the Active Jobs file.

DO COND functions are performed after the functions of the OUT parameter:

The following are examples of prerequisite conditions:

All prerequisite conditions are associated with a date reference that is used to distinguish between different runs of the same job with different scheduling dates. If, for example, a condition is being deleted, only the condition matching the specified date is deleted. The same condition from a different date is not deleted.

Prerequisite conditions created by the OUT parameter can trigger the execution of other jobs or processes.

Prerequisite conditions deleted by the OUT parameter can prevent the scheduling of jobs and processes that require those prerequisite conditions in their IN parameter.

For more information regarding prerequisite conditions, see IN: Runtime Scheduling Parameter, ON Statements: Post–Processing Parameter, and DO COND: Post–Processing Parameter, and see Prerequisite Conditions.

Parent Topic

OUT: Post–Processing Parameter