Relational Functions

ANDS( )
Performs a logical AND on elements of two dynamic arrays.
EQS( )
Compares the equality of corresponding elements of two dynamic arrays.
GES( )
Indicates when elements of one dynamic array are greater than or equal to corresponding elements of another dynamic array.
fGTS( )
Indicates when elements of one dynamic array are greater than corresponding elements of another dynamic array.
IFS( )
Evaluates a dynamic array and creates another dynamic array on the basis of the truth or falsity of its elements.
ISNULL( )
Indicates when a variable is the null value.
ISNULLS( )
Indicates when an element of a dynamic array is the null value.
LES( )
Indicates when elements of one dynamic array are less than or equal to corresponding elements of another dynamic array.
LTS( )
Indicates when elements of one dynamic array are less than corresponding elements of another dynamic array.
NES( )
Indicates when elements of one dynamic array are not equal to corresponding elements of another dynamic array.
NOT( )
Returns the complement of the logical value of an expression.
NOTS( )
Returns the complement of the logical value of each element of a dynamic array.
ORS( )
Performs a logical OR on elements of two dynamic arrays.