Rational Developer for System z
PL/I for Windows, Version 8.0, プログラミング・ガイド

レコード入出力の使用によるファイルの定義

属性を次のように指定してファイルを宣言すれば、レコード単位データ伝送 で使うファイルを定義できます。

  declare
    Filename file record
             input | output | update
             sequential
             buffered | unbuffered
             environment(options);

ファイル属性については、「PL/I 言語解説書」で説明されています。


Terms of use | Feedback

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