VMS Help  —  READ  Qualifiers  /MATCH
       /MATCH=option

    Specifies the key match algorithm to be used when searching for
    matching keys. Specify one of the following options:

    EQ      Selects keys equal to the match value (default).
    GE      Selects keys greater than or equal to the match value.
    GT      Selects keys greater than the match value.
    LE      Selects keys less than or equal to the match value.
    LT      Selects keys less than the match value.

    If you are reading indexed files and you do not use the /MATCH
    qualifier, the default is /MATCH=EQ.
Close Help