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

領域データ・セット用のファイルの定義

順次領域データ・セットを定義するには、次の属性を指定したファイルを宣言を使用します。

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

直接領域データ・セットを定義するには、次の属性を 指定したファイル宣言を使用します。

  declare
    Filename file record
             input | output | update
             direct
             unbuffered
            [keyed]
             environment(options);

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


Terms of use | Feedback

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