[X2B-DEFAULTS]
output:accelerated
i-o-shareable:accelerated
i-o-exclusive:accelerated
btrpage:2048
btrmaxrec:2000
[test1.dat]
output:exclusive
i-o-shareable:normal
btrpage:4096
上記の Xfh2btr 構成ファイル例では、次の内容が指定されています。
-  OUTPUT で開かれたファイルに対するデフォルトのオープン モードは accelerated です。 
 
-  共有 I/O で開かれたファイルに対するデフォルトのオープン モードは accelerated です。
 
-  排他 I/O で開かれたファイルに対するデフォルトのオープン モードは accelerated です。
 
-  ファイルの作成時に使用するデフォルトのページ サイズは 2048 バイトです。
 
-  デフォルトの最大レコード長は 2000 バイトです。
 
-  OPEN OUTPUT で開かれた test1.dat に対するオープン モードは exclusive です。
 
-  共有 OPEN I/O で開かれた test1.dat に対するオープン モードは normal です。
 
-  test1.dat 作成時に使用されるページ サイズは 4096 バイトです。