Previous Topic

Next Topic

Book Contents

Book Index

General Information

DO statements specify actions to be performed when the rule is triggered.

DO statements can be performed repetitively, or conditionally, or both repetitively and conditionally, for example, by using DO IF or DO WHILE statements, which are described in DO IF / DO ELSE / DO ENDIF: Automated Console Action Parameter and DO WHILE / DO ENDWHILE: Automated Console Action Parameter respectively.

Whenever a DO statement is specified, an empty DO statement is added after it. This allows specification of an unlimited number of DO statements.

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: Automated Console Action Parameter