Translates the argument to uppercase. The argument must be a character string or a graphic string.
Example:
Uppercase the string 'abcdef' using the UCASE scalar function.
UCASE('abcdef')
Returns the value 'ABCDEF'.