Previous Topic

Next Topic

Book Contents

Book Index

General Information for DO Statement

DO statements are generally paired with the preceding ON PGMST, ON PROCST, or ON CODES statements (all of which are described in this chapter). Their implied relationship is:

Table 177 Relationship of DO Statements with Other Statements

Statement

Description

IF

On step and code event criteria (specified in the ON PGMST, ON PROCST, or ON CODES statements) are satisfied.

THEN

Perform all actions specified in the DO statements.

All specified DO statements have an AND relationship.

To add an empty DO statement between two existing DO statements, type the > character over the first letter in the DO field of the earlier DO statement, and press Enter.

Parent Topic

DO Statement: Post–Processing Parameter