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

Example (AIX Values)

  places(x) = 024        for x float bin(p), p <= 21
  places(x) = 053        for x float bin(p), 21 < p <= 53
  places(x) = 106        for x float bin(p), 53 < p

  places(x) = 024        for x float dec(p), p <= 6
  places(x) = 053        for x float dec(p), 6 < p <= 16
  places(x) = 106        for x float dec(p), 16 < p

Terms of use | Feedback

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