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

Example 1

Conversion from graphic to character, where y is long enough to contain the result:

  dcl X graphic(6);
  dcl A char (12);
  A = char(X,12);
For X with value
Intermediate Result
A is assigned
.A.B.C.D.E.F
.A.B.C.D.E.F
.A.B.C.D.E.F

Terms of use | Feedback

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