Previous Topic

Next Topic

Book Contents

Book Index

Expressions

Control-M/Analyzer expressions provide the capability to compare and initialize variables. Expressions are composed of operators and operands in the following format:

operand operator operand

The EXECUTE statement allows and the IF statement requires the specification of an expression:

EXECUTE CHECKVAR UPON TOTAL > 0

IF EMPNAME = 'JONES'

Parent Topic

Expressions and Functions