Expression operators - Connect_CDC - connect_cdc_mimix_share - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
6.x
ft:locale
en-US
Product name
Connect CDC
ft:title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
ft:lastEdition
2025-06-10
ft:lastPublication
2025-06-10T19:59:48.187000

These operators are valid in any Connect CDC Director expression.

Operator

Description

==

Is equal

!=

Is unequal

>=

Is greater than or equal to

<=

Is less than or equal to

>

Is greater than

<

Is less than

&&

And

||

Either/or

!

Not

+

Addition

-

Subtraction

*

Multiplication

/

Division

%

Remainder (or mod)

,

Delimiter, separates items

CR

Starts a new line.

Line breaks you create with keyboard “return” keys are ignored by the Expression Handler. The Expression Handler treats all the text you specify in the expression workbox as a single, unbroken line unless you enter CR to force a break.

/* comments */

Enclose comment text