Numeric comparisons
Comparisons can be performed for numeric values.
The following example is considered a match if the BLKSIZE is greater than 4096.
BLKSIZE=(4096,GT)
With numeric values, a numeric comparison is performed. Therefore, leading zeros are ignored. For example, 4096, 04096, and 00004096 are considered to be equal.