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

GRAPHIC から文字への変換

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

Terms of use | Feedback

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