z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Relational condition format

z/OS DFSORT Application Programming Guide
SC23-6878-00

Two formats for the relational condition can be used:

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

Or, if the FORMAT=Y2x operand is used:

Read syntax diagramSkip visual syntax diagram
>>-(p1,m1,--+------+--+-EQ-+--,--+-p2,m2--+------+-+--)--------><
            '-Y2x,-'  +-NE-+     |        '-,Y2x-' |      
                      +-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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014