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

ワークステーション VSAM データ・セットのファイルの定義

ワークステーション VSAM 順次データ・セットを定義するには、次の属性を指定した ファイル宣言を使用します。

  dcl Filename file record
               input | output | update
               sequential
               buffered
              [keyed]
               environment(organization(consecutive));

ワークステーション VSAM キー順データ・セットを定義するには、次の属性を指定した ファイル宣言を使用します。

  dcl Filename file record
               input | output | update
               sequential | direct
               buffered | unbuffered
              [keyed]
               environment(organization(indexed));

ワークステーション VSAM 直接データ・セットを定義するには、次の属性を指定した ファイル宣言を使用します。

  dcl Filename file record
               input | output | update
               direct | sequential
               unbuffered | buffered
              [keyed]
               environment(organization(relative));

ファイル属性については、この製品の「PL/I 言語解説書」で説明されています。ENVIRONMENT 属性のオプションについては、以下に説明します。


Terms of use | Feedback

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