Inserts a token into a parsed character value and returns the updated parsed 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 parsed character value that receives the new token value.
the value of the token that is to be inserted into parsed-char.
the name of the token. The specified token must be enabled by the parse definition.
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. |