Previous Topic

Next Topic

Book Contents

Book Index

DO EXIT: Automated Balancing Statement

Immediately terminates execution of the current block. Control passes to the statement that called the block if there is one. Otherwise, control passes to the next block in the rule.

Figure 194 DO EXIT Statement Format

Optional. Statement DO EXIT can be used in any ON statement of any EXECUTE block. However, statement DO EXIT is usually used in conjunction with a WHEN statement or an IF/ELSE statement.

Type the word EXIT (or its abbreviation EXI) next to the DO on the Rule Definition screen.

Parent Topic

Rule Definition