UPPER or UCASE
The UPPER or UCASE function returns a string in which all the characters have been converted to uppercase characters.
UPPER or UCASE without UNI locale
The arguments are defined as follows:
stringExpression | stringExpression can be one of the following:
|
---|---|
localeNameString | LocaleNameString is a string constant in EBCDIC that specifies a valid locale name. you do not specify the localeNameString argument, the products treats the locale as blank. The only accepted localeNameString types are:
|
UPPER or UCASE with UNI locale
The arguments are defined as follows:
stringExpression | stringExpression can be defined in the Unicode encoding scheme, and in one of the following data types:
|
---|---|
UNI | Currently the BMC AMI Utilities SQL language supports only the UNI locale. |
length | The length argument defines the length of the output expressed in bytes. The result string is padded when there is a varying source string. Note:
|
Related topics