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