Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual—522629-013
3-156
CREATE Procedure
(Superseded by FILE_CREATELIST_ Procedure )
CREATE Procedure
(Superseded by FILE_CREATELIST_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
Safeguard Considerations
OSS Considerations
Example
Related Programming Manual
Summary
The CREATE procedure is used to define a new structured or unstructured disk file.
The file can be temporary (and therefore automatically deleted when closed) or
permanent. When a temporary file is created, CREATE returns its file name in a form
suitable for passing to the OPEN procedure.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL CREATE ( file-name ! i,o
,[ primary-extentsize ] ! i
,[ file-code ] ! i
,[ secondary-extentsize ] ! i
,[ file-type ] ! i
,[ recordlen ] ! i
,[ data-blocklen ] ! i
,[ key-sequenced-params ] ! i
,[ alternate-key-params ] ! i
,[ partition-params ] ! i
,[ maximum-extents ] ! i
,[ unstructured-buffer-size ] ! i
,[ open-defaults ] ); ! i