STRING_PROPER macro
The STRING_PROPER macro is available only in IBM® Campaign.
Syntax
STRING_PROPER(data)
Parameters
data
The string value to convert.
Description
STRING_PROPER converts each string value in the specified data range by changing the first letter or any letter that follows a white space character or symbol (other than underscore) into uppercase, and all other characters to lowercase. It returns one new column for each input column, each containg the converted string in the corresponding input column.
Examples