Returns a character value with standardized capitalization.
Valid in: | DATA step, PROC SQL, and SCL |
Requirement: | The specified 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 transformed, according to the specified case definition.
the character constant, variable, or expression to search. The definition must be in the locale that is used. If the value of char is represented by a case definition, the use of that definition is recommended over the generic case 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. |
orgname=dqCase("BILL'S PLUMBING & HEATING", 'Proper', 'ENUSA');