Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual—522629-013
3-160
CREATE Procedure
(Superseded by FILE_CREATELIST_ Procedure )
partition-params input
INT:ref:*
is an array containing parameters that describe this file. It applies only if the file is
a multivolume file. If the file is to span multiple volumes, this parameter is required;
otherwise, you can omit it. If included, and you do not want partitions, the first
word must be 0. See “Considerations” for the format of this array.
maximum-extents input
INT:value
is the maximum number of extents to be allocated for the file. The minimum and
default value is 16. See “Considerations,” for the upper limit on this value.
unstructured-buffer-size input
INT:value
declares the internal buffer size to be used for an unstructured file. Must be 512,
1024, 2048, or 4096. The default is 4096 bytes.
open-defaults input
INT:value
specifies the file label default values for various open attributes.
<0> 0 Verify writes off (default)
1 Verify write on
<1> 0 System automatically selects serial or parallel writes
1 Serial mirror writes only
<2> 0 Buffered writes enabled (default for audited files)
1 Write-thru (default for nonaudited files)
<3> 0 Audit compression off (default)
1 Audit compression on