Previous Topic

Next Topic

Book Contents

Book Index

General Information for ON Statements

ON statements are usually, but not necessarily, followed by user-specified DO actions. The implied relationship between ON statements and associated DO statements is: if ON statement criteria are satisfied, perform the associated DO statement actions.

The combination of ON statements and DO statements enables you to specify post-processing actions that depend on execution results.

In a new job or table scheduling definition, an empty ON statement is followed by an empty DO statement. Additional ON statements can be opened in the job scheduling definition, as required.

Multiple ON statements of various types can be specified. In addition, multiple ON statements of the same type (not including ON TABLE-END) can be linked together by Boolean logic in an an ON block.

Parent Topic

ON Statements: Post–Processing Parameter