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


Relational condition

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

A relational condition specifies a comparison, substring comparison test, bit logic test, date comparison, numeric test or alphanumeric test to be performed. Relational conditions can be logically combined, with AND or OR, to form a logical expression. If they are combined, the following rules apply:
  • AND statements are evaluated before OR statements unless parentheses are used to change the order of evaluation; expressions inside parentheses are always evaluated first. (Nesting of parentheses is limited only by the amount of storage available.)
  • The symbols & (AND) and | (OR) can be used instead of the words.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014