z/OS DFSMSdfp Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Comparison operators

z/OS DFSMSdfp Storage Administration
SC23-6860-01

Comparison operators allow you to determine the relationship between two values. The following comparison operators are allowed:
This:
Means this:
GT or >
Greater than
LT or <
Less than
NG or ¬>
Not greater than
NL or ¬<
Not less than
EQ or =
Equal
NE or ¬=
Not equal
GE or >=
Greater than or equal
LE or <=
Less than or equal
Alphabetic characters are sorted before digits (A-Z come before 0-9). The following comparison is true for all high-level qualifiers alphanumerically greater than “M”:
IF &HLQ > 'M' THEN . . .

For FILTLIST or mask comparisons, only EQ and NE are valid. See FILTLIST statement for details.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014