Relational condition format

Two formats for the relational condition can be used:

Read syntax diagramSkip visual syntax diagram
>>-(p1,m1,BI,--+-EQ-+--,--+-p2,m2,f2-+--)----------------------><
               +-NE-+     '-constant-'      
               +-GT-+                       
               +-GE-+                       
               +-LT-+                       
               '-LE-'                       

Or, if the FORMAT=f operand is used:

Read syntax diagramSkip visual syntax diagram
>>-(p1,m1,--+-----+--+-EQ-+--,--+-p2,m2--+-----+-+--)----------><
            '-f1,-'  +-NE-+     |        '-,f2-' |      
                     +-GT-+     '-constant-------'      
                     +-GE-+                             
                     +-LT-+                             
                     '-LE-'                             

Comparison operators are as follows:
EQ
Equal to
NE
Not equal to
GT
Greater than
GE
Greater than or equal to
LT
Less than
LE
Less than or equal to.