CREATE.FILE |
![]() ![]() ![]() |
The CREATE.FILE statement creates the operating system representation of a directory or dynamic hash file.
Format
{GROUP.SIZE grpsz} {BIG.REC.SIZE bigrec} {MIN.MODULUS minmod} {SPLIT.LOAD split} {MERGE.LOAD merge} {VERSION ver} {ON ERROR statement(s)}
where
The CREATE.FILE statement creates the operating system representation of a directory or dynamic hash file using the configuration information supplied via its optional parameters. Omitted parameters take their system defined default values. Note that this statement does not create a corresponding VOC entry.
Example
CREATE.FILE 'C:\MYFILE' DYNAMIC GROUP.SIZE 4
This statement creates a dynamic hash file with group size 4 (4096 bytes) as the C:\MYFILE directory. |