| AUTOCALL Macros |
| Requirement: | At least one locale must be loaded into memory before this macro is called. |
| Tip: | Specifying no parameters displays the full report for the default locale. |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| %DQPUTLOC(locale, <SHORT=0 | 1>, <PARSEDEFN=0 | 1)> |
specifies the locale of interest. The value can be a locale name in quotation marks. It can be the name of a variable whose value is a locale name. Or it can be an expression that evaluates to a locale name.
The specified locale must have been loaded into memory as part of the locale list.
| Default: | the first locale in the locale list. |
| See: | Load and Unload Locales. |
| Restriction: | if no value is specified, the default locale is used. |
(optional) shortens the length of the entry in the SAS log. Specify SHORT=1 to remove the descriptions of how the definitions are used
| Default: | SHORT=0 displays the descriptions of how the definitions are used. |
(optional) lists with each gender analysis definition and each match definition the related parse definition, if such a parse definition exists. The default value PARSEDEFN=1 lists the related parse definition. PARSEDEFN=0 does not list the related parse definition.
| Details |
The %DQPUTLOC AUTOCALL macro displays the contents of the specified locale in the SAS log. Locale contents include all definitions, parse tokens, related functions, and the names of the parse definitions that are related to each match definition. Knowing the related parse definitions enables the creation of parsed character values (see DQPARSETOKENPUT Function) and the creation of match codes for parsed character values (see DQMATCHPARSED Function).
Load the specified locale into memory with %DQLOAD before you submit %DQPUTLOC.
| Example |
The following example displays in the SAS log the definitions, related parse definitions, and related SAS Data Quality Server functions for the ENUSA locale:
%dqputloc(enusa)
| See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.