DB2 Scalar functions - UCASE (locale sensitive)
The UCASE function returns a string in which all characters have been converted to uppercase characters using the rules associated with the specified locale.
The schema is SYSIBM.
UCASE is a synonym for UPPER.