Previous Topic

Next Topic

Book Contents

Book Index

EXECUTE: Data Selection Statement

Specifies the name of the current EXECUTE block, and determines if the current EXECUTE block should be executed based on conditional UPON criteria.

Figure 229 EXECUTE Statement Format

Mandatory. The EXECUTE statement marks the beginning of an EXECUTE block. The statements after the EXECUTE statement (but before another EXECUTE statement) constitute the EXECUTE block. An unlimited number of EXECUTE blocks can be included in a rule. For additional information see EXECUTE Block Structure Overview.

Table 249 EXECUTE Statement Fields

Field

Description

UPON

This parameter specifies criteria that determine if the current EXECUTE block is executed. These criteria are specified as a Control-M/Analyzer expression. Expression syntax is discussed in Chapter 4, "Expressions and Functions."
A maximum of 11 lines (of 49 characters each) can be used to specify UPON criteria. Specify Y (Yes), in the C (Continue?) field to open another line for the continuation of the UPON parameter. Type N (No) in the C (Continue?) field to close the UPON parameter.

Parent Topic

Rule Definition