C$FORMAT

C$FORMAT オプションは、ファイル処理ライブラリ ルーチン C$COPY、C$DELETE、RENAME を使用して実行されるアクションの、デフォルトのファイル フォーマットを決定します。

構文:

C$FORMAT = format

パラメーター:

format
ライブラリ ルーチン C$COPY、C$DELETE、RENAME によって実行される操作に使用するファイル フォーマット。次のいずれかである必要がある。
0
Default format for the operating system (identical to 8)
1
C-ISAM
3
Micro Focus default indexed file format
4
Optimized format for fast duplicate key handling
5
Btrieve with ANSI(Windows) または Reserved(UNIX)
6
Btrieve without ANSI(Windows) または Reserved(UNIX)
8
Large indexed file format
9
Indexed with single key, non-duplicate, key ordered records
10
Reserved
11
Mainframe print file format
12
Large indexed file format with separate index file
13
Reserved
14
Heap file
15
ESDS
16
Extended ESDS
17
Vision
18
Microsoft SQL Server
19
Oracle
20
DB2
21
RM
22-255
Reserved

プロパティ:

デフォルト: 17

説明:

このオプションは、構成ファイルの [XFH-DEFAULT] または他の任意のセクションでを指定できます。

ファイル処理ルーチンのいずれかを呼び出すと、IDXFORMAT はデフォルトで C$FORMAT の値になりますが、ファイル処理構成ファイルで指定すれば上書きできます。