Previous Topic

Next Topic

Book Contents

Book Index

Data Identification Statements

Data Identification statements specify the actual criteria (character strings and values) that Control-M/Analyzer should examine within the data source specified by a Data Selection ON statement.

Table 215 Data Identification Statements

Statement

Description

WHEN

Specifies conditional criteria required to conduct a data search. If the criteria are met, subsequent DO statements are executed. Available in all EXECUTE blocks except those containing an ON DATA statement.

ALWAYS

Specifies unconditional execution of DO statements in an EXECUTE block following an ON DATA statement.

IF

Provides Boolean logic capabilities in an EXECUTE block containing an ON DATA statement. If the criteria are met, subsequent DO statements are executed. Statement ELSE can optionally be specified with its own DO statements that are executed if the criteria are not met.

Parent Topic

Rule Parameters – Summaries