Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-40
FILE_CREATELIST_ Procedure
FILE_CREATELIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Item Codes
Considerations
OSS Considerations
Related Programming Manuals
Summary
The FILE_CREATELIST_ 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, FILE_CREATELIST_ returns the file
name in a form suitable for passing to the FILE_OPEN_ procedure.
FILE_CREATELIST_ allows you to specify certain file characteristics, such as alternate
keys and partition information, that cannot be specified through the FILE_CREATE_
procedure.
Syntax for C Programmers
Syntax for TAL Programmers
#include <cextdecs(FILE_CREATELIST_)>
short FILE_CREATELIST_ ( char *filename
,short maxlen
,short *filenamelen
,short *item-list
,short number-of-items
,short *values
,short values-length
,[ short *error-item ] );
error := FILE_CREATELIST_ ( filename:maxlen ! i,o:i
,filenamelen ! i,o
,item-list ! i
,number-of-items ! i
,values ! i
,values-length ! i
,[ error-item ] ); ! o