(ICAP3(arg))
Converts arg to a string with an initial upper case letter on the first word, and principal words. Non-capitalized letters/words include articles (a, an, the), conjunctions (e.g., and, but, or), and prepositions (e.g., on, in, with). This is also known as Title Casing.
In the following example, the value for vTitle is "Snow White and the Seven Dwarfs".
SET VAR vTitle TEXT = (ICAP3('SNOW WHITE AND THE SEVEN DWARFS'))