Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-40
CREATE
(Superseded by FILE_CREATE_ and FILE_CREATELIST_) Defines a new structured
or unstructured disk file. This procedure operates only on Guardian objects.
CALL CREATE ( filename
,[ primary-extentsize ]
,[ file-code ]
,[ secondary-extentsize ]
,[ file-type ]
,[ recordlen ]
,[ data-blocklen ]
,[ key-sequenced-params ]
,[ alternate-key-params ]
,[ partition-params ]
,[ maximum-extents ]
,[ unstructured-buffer-size ]
,[ open-defaults ] );
filename, INT:ref:12 input, output
primary-extentsize, INT:value input
file-code, INT:value input
secondary-extentsize, INT:value input
file-type, INT:value input
<0:1> Must be 0.
<2> In systems that have the TMF subsystem, this file is audited; for other
systems, this bit is 0.
<3:9> Must be 0.
<10> The file label is written to disk each time the end-of-file (EOF) is advanced.
<11> Specifies index compression for key-sequenced files (see the Enscribe
Programmers Guide).
<12> Specifies ODDUNSTR access to unstructured files and data compression for
key-sequenced files.
<13:15> Specifies the file structure:
0 = Unstructured (default).
1 = Relative.
2 = Entry-sequenced.
3 = Key-sequenced.