UPPERASCII

UPPERASCII returns a UCHAR string with all of its ASCII characters converted to their corresponding uppercase characters.

Read syntax diagramSkip visual syntax diagramUPPERASCII( x)
x
Expression. x must have UCHAR type.

UPPERASCII(x) is equivalent to TRANSLATE(x, ‘A...Z', ‘a...z’).