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