NE, NOT, #, <>, >< |
![]() ![]() ![]() |
The NE selection clause operator compares a field or evaluated expression against another field, evaluated expression or literal value and tests for the first item being not equal to the second. The synonyms NOT, #, <> and >< can be used.
Format
field NE {NO.CASE} value
where
The NE selection clause operator returns true if field is not equal to value.
Example
LIST STOCK WITH QTY NE 0
This command lists items found on the STOCK file with a non-zero QTY.
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:
|