![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
upper_string = UPPERCASE(string)
On return, contains the string in uppercase letters. Its syntax is the same as string except that, if string is C (fixed-length character string), upper_string becomes V (variable-length character string). The string to convert to uppercase letters. Its syntax can be C, UN (Unicode), V, or W (double-byte character).UPPERCASE uppercases EBCDIC strings using the TIBCO Object Service Broker EBCDIC casing rules and Unicode strings using the TIBCO Object Service Broker Unicode casing rules.The casing for EBCDIC depends on the locale and is explained in TIBCO Object Service Broker National Language Support. The default Unicode casing supplied with the product is the recommended default from the Unicode consortium. You can tailor it for your environment.For example, “ç” cases to “Ç” in the default Unicode rules and remains unchanged using the EBCDIC rules for Swedish.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |