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

Example 1

Conversion from CHARACTER to GRAPHIC, where the target is long enough to contain the result:

  dcl X char (11) varying;
  dcl A graphic (11);
  A = graphic(X,8);
For X with values Intermediate Result A is assigned
ABCDEFGHIJ
123
123A.B.C
  .A.B.C.D.E.F.G.H.I.J
.1.2.3
.1.2.3.A.B.C
.A.B.C.D.E.F.G.H.b.b.b
.1.2.3.b.b.b.b.b.b.b.b
.1.2.3.A.B.C.b.b.b.b.b

where .b is a DBCS blank.


Terms of use | Feedback

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