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