Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

UPPERCASE

UPPERCASE returns a character string with all the alphabetic characters from a to z converted to their uppercase equivalent.

Read syntax diagramSkip visual syntax diagram>>-UPPERCASE(x)------------------------------------------------><
 
x
Expression. If necessary, x is converted to character.

UPPERCASE(x) is equivalent to

   TRANSLATE( x,
              'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
              'abcdefghijklmnopqrstuvwxyz' )

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)