UPPER
Syntax
UPPER(data)
Parameters
data
The string value to be converted to uppercase.
Description
UPPER converts each string value in the specified data range to uppercase. It returns one new column for each input column, each containing the uppercase string in the corresponding input column.
This macro is available in IBM® Interact.
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 uppercase characters of each string in column V1.