LOWER – Confirms whether a data set and/or member exists

This function converts the non-accented uppercase characters found in a string to lowercase format.

LOWER(<string>)

Where <string> is the string to convert.

For example, the following command returns "fab":
LOWER(“FAB”)
The following command returns "scott virgil alan gordon john":
LOWER(“Scott Virgil Alan Gordon John”)