The DQSCHEME Procedure |
See also: | Applying Schemes |
APPLY LOCALE=<locale-name>
MATCHDEF=<match-definition> MODE=PHRASE|ELEMENT SCHEME=<scheme-name> SCHEME_LOOKUP=EXACT|IGNORE_CASE |USE_MATCHDEF SENSITIVITY=<sensitivity-level> VAR=<variable-name>; |
Options |
specifies the name of the match definition, in the specified locales, that is used to create match codes running the application of the scheme.
specifies the name of the match definition, in the specified locales, that is used to create match codes running the application of the scheme.
specifies a mode of scheme application. This information is stored in the scheme as metadata, which specifies a default mode when the scheme is applied. The default mode is superseded by a mode in the APPLY statement, or in the DQSCHEMEAPPLY function or CALL routine. See Applying Schemes.
specifies that each element in each value of the input character variable is compared to the data values in the scheme. When SCHEME_LOOKUP=USE_MATCHDEF, the match code for each element is compared to match codes generated for each element, in each DATA variable value in the scheme.
this default value specifies that the entirety of each value of the input character variable is compared to the data values in the scheme. When SCHEME_LOOKUP=USE_MATCHDEF, the match code for the entire input value is compared to match codes that are generated for each data value in the scheme.
identifies the scheme to apply to the input data set. In all the operating environments other than z/OS, schemes using BFD format are identified by specifying a fileref or a fully qualified name that ends in .sch.bfd
specifies the method of applying the scheme to the data values of the input variable.
defines the amount of information in the resulting match codes.
specifies the name of the variable that is analyzed and transformed.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.