Previous Topic

Next Topic

Book Contents

Book Index

General Information

DO statements are associated with a preceding ALWAYS, WHEN, IF or ELSE statement (described in Command Reference). The implied relationship is:

Table 219 Preceding Statements Associated with DO Statements

Statement

Description

ALWAYS

Perform all actions specified in the DO statements.

IF, ELSE

If IF or ELSE statement criteria are satisfied, perform all actions specified in the appropriate DO statements.

WHEN

If the WHEN string is found, perform all actions specified in the DO statements.

Whenever a DO statement is specified, an empty DO statement is added after it.

To delete unwanted DO statements, either delete the DO action keyword and press Enter or specify the appropriate line editing commands in the IOA Edit Environment (described in Editing Rule Definitions in the IOA Edit Environment).

Parent Topic

DO Statement: Automated Balancing Statement