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

LOWERCASE

LOWERCASE returns a character string with all the alphabetic characters from A to Z converted to their lowercase equivalent.

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

LOWERCASE(x) is equivalent to

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

Terms of use | Feedback

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