UPPER-CASE function

The UPPER-CASE function returns a character string containing the value of argument-1 with any lowercase letters in the argument replaced by their corresponding uppercase letters.

Format.

          FUNCTION UPPER-CASE ( argument-1 )