NO.MATCH |
![]() ![]() ![]() |
The NO.MATCH keyword used in a SEARCH command specifies that the records to be selected must contain none of the given search strings.
Format
NO.MATCH
Without this keyword, the SEARCH command builds a list of records containing any of the supplied search strings. With NO.MATCH, the records must contain none of the supplied strings.
Example
SEARCH BP NONE.MATCH String: STOCK.FILE String: STK.F String:
This command builds a list of records in the BP file containing neither of the given strings.
See also: |