Returns the token names in a parse definition.
Valid in: | DATA step, PROC SQL, and SCL |
Requirement: | If specified, the locale must be loaded into memory as part of the locale list. |
specifies the name of the parse 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. |
tokenNames=dqParseInfoGet('e-mail','ENUSA'); put tokenNames;