Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, 言語解説書

例 1

GRAPHIC から文字へ変換します。y は、結果を入れるのに必要な長さです。

  dcl X graphic(6);
  dcl A char (12);
  A = char(X,12);
X の値
中間結果
A に割り当てられる値
.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)