Previous Topic

Next Topic

Book Contents

Book Index

Operators

There are four types of operators:

Table 144 lists Control-M/Analyzer operators by type.

Table 144 Control-M/Analyzer Operator Types

Operator Type

Operator

Description

Arithmetic

+
-
*
/

Addition
Subtraction
Multiplication
Division

Standard
Comparative

EQ, =
NE, Ø ­ =
GT, >
GE, >=
LT, <
LE, <=

Is equal to
Is not equal to
Is greater than
Is greater than or equal to
Is less than
Is less than or equal to

Forced Character
Comparative

CEQ
CNE
CGT
CGE
CLT
CLE

Is equal to
Is not equal to
Is greater than
Is greater than or equal to
Is less than
Is less than or equal to

Boolean
Comparative
Concatenation

AND
OR
//

True if both operands are true
True if either operand is true
Concatenate contents of two Control-M/Analyzer variables

Parent Topic

Expressions