Loading...
Select Version
The UPPER-CASE( ) function converts all lowercase letters in the specified string into uppercase letters.
The letters which are to be converted must correspond to the standard EBCDI code. There is no support for language-specific variants.
Result type: STRING
UPPER-CASE( ) |
STRING =string_expression ,TRANSLATE = *ALL / *OUTSIDE-QUOTES-ONLY / *INSIDE-QUOTES-ONLY |