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

例 2

GRAPHIC から文字へ変換します。y は、結果を入れるには長さが短過ぎます。

  dcl X graphic(6);
  dcl A char (12);
  A = char(X,11);
X の値
中間結果
A に割り当てられる値
.A.B.C.D.E.F
.A.B.C.D.E.F
.A.B.C.D.Eb

Terms of use | Feedback

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