Returns a pattern analysis from an input character value.
Valid in: | DATA step and SCL |
Requirement: | If specified, the locale must be loaded into memory as part of the locale list. |
specifies a character constant, variable, or expression that contains the value that is the name of the input character value that is analyzed.
the name of the pattern analysis definition. The definition must exist in the locale that is used.
specifies a character constant, variable, or expression that contains the locale name.
Default | The default locale is the first locale in the locale list. If no value is specified, the default locale is used. |
pattern=dqPattern('WIDGETS 5','32CT','WORD','ENUSA'); put pattern;