LOWER macro
The LOWER macro is available in IBM® Campaign and IBM® Interact.
Syntax
LOWER(data)
Parameters
data
The string value to be converted to lowercase.
Description
LOWER converts each string value in the specified data range to lowercase. It returns a new column with each cell containg the lowercased string of the corresponding input cell.
Examples
Creates a new column named TEMP, which contains the ASCII text string " jan 15, 1997 ".
Creates a new column named TEMP, which contains the ASCII text string "pressure".
Creates a new column named TEMP containing lowercase characters of each string in column V1.