UPPER-CASE
The UPPER-CASE function returns a character string that is the same
length as parameter-1 with each lowercase letter replaced by the
corresponding uppercase letter. The function type is alphanumeric.
Syntax
FUNCTION UPPER-CASE (parameter-1)
Parameters
parameter-1 Must be class alphabetic or alphanumeric and must
be at least one character in length.