NO |
![]() ![]() ![]() |
The NO selection clause operator tests whether a field or evaluated expression is null.
Format
WITH NO field
where
The NO selection clause operator returns true if field is null.
Example
LIST STOCK WITH NO SUPPLIER.CODE
This command lists items found on the STOCK file with a null SUPPLIER.CODE. |