Previous Topic

Next Topic

Book Contents

Book Index

General Information

The UPON parameter determines whether the EXECUTE block is performed. If the expression specified by UPON evaluates to true, the block is processed. Conversely, if the expression evaluates to false, the entire block is skipped.

The EXECUTE block name is used as a point of reference. A DO BLOCK statement causes Control-M/Analyzer to branch (skip) directly to the specified EXECUTE block name and executes the subsequent statements. Control-M/Analyzer then returns to the point after the initial DO BLOCK statement.

Note: For more information about the EXECUTE block name and branching within a rule see DO BLOCK: Automated Balancing Statement.

Parent Topic

EXECUTE: Data Selection Statement