![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
upper_string = UPPER_EBCDIC(string)
If string is not Unicode, or if it is Unicode and entirely convertible to EBCDIC, upper_string’s syntax is V (variable-length character string).If string is Unicode and not entirely convertible to EBCDIC, upper_string’s syntax is UN (Unicode). In string, characters that can be converted are cased and then reverted to Unicode before being added to upper_string. Characters that cannot be converted are added to upper_string unchanged. The string to convert to uppercase letters. Its syntax is C (fixed-length character), RD (raw data), UN, V, or W (double-byte character).UPPER_EBCDIC uppercases strings using the TIBCO Object Service Broker EBCDIC casing rules.The casing for EBCDIC depends on the locale and is explained in TIBCO Object Service Broker National Language Support.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |