EQ, EQUAL, = |
![]() ![]() ![]() |
The EQ selection clause operator compares a field or evaluated expression against another field, evaluated expression or literal value and tests for the first item being equal to the second. The synonyms EQUAL and = can be used.
Format
field EQ {NO.CASE} value
where
The EQ selection clause operator returns true if field is equal to value.
Example
LIST STOCK WITH QTY EQ 100
This command lists items found on the STOCK file with a QTY field of 100.
Pick Style Wildcards
If the PICK.WILDCARD option is enabled (see the OPTION command) and the value item is a literal value, the interpretation is extended to include use of Pick style wildcard characters:
|