The condition must use the following syntax:
<variable> <operator> <"constant" or variable>
or
<view> <EXISTS or DOES_NOT_EXIST>
The following operators are supported:
=
<
>
<>
>=
<=
Example:
CORD_KEY = ORD1 will break the program at the specified instruction if the Adelia variable with the CORD_KEY guide word has the value ORD1.
CORD_KEY >= VAR1 will break the program at the specified instruction if the Adelia variable with the CORD_KEY guide word is greater than or equal to the value in the variable VAR1.
ORDER_HEADER_DA EXISTS will break the program at the specified instruction if the ORDER_HEADER_DA view exists.