Note that the APPLY
statements do not specify a locale. Nor do they specify the scheme
lookup method using the SCHEME_LOOKUP= option. Because neither the
locale nor the lookup method is specified, the schemes are applied
with the ENUSA locale. The ENUSA locale is stored in the schemes.
SCHEME_LOOKUP= EXACT
(the default) specifies that the value in the scheme replaces the
input value in the output data set. This occurs when an exact match
is found between the input value and a DATA value in the scheme. When
you use the default scheme apply mode MODE=PHRASE, each input value
is compared to the DATA values in the scheme.
Note: This example is available
in the SAS Sample Library under the name DQAPPLY.