Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-30
FILE_CREATELIST_
Defines a new structured or unstructured disk file with characteristics that cannot be
specified through FILE_CREATE_. This procedure operates only on Guardian objects.
<13> Audit compression. For audited files, the audit data is to be compressed.
<14> Audited. The file is to be audited under TMF. Must be 0 for systems without
TMF.
<15> Odd unstructured. For unstructured files, I/O transfers are to occur with the
exact counts specified. If this option is not selected, transfers are rounded up to
an even byte boundary. Must be 0 for other file types.
recordlen, INT:value input
blocklen, INT:value input
keylen, INT:value input
key-offset, INT:value input
error := FILE_CREATELIST_ ( filename:maxlen
,filenamelen
,item-list
,number-of-items
,values
,values-length
,[ error-item ] );
error, INT returned value
filename:maxlen, STRING .EXT:ref:*,INT:value input, output:input
filenamelen, INT .EXT:ref:1 input, output
item-list, INT .EXT:ref:* input
number-of-items, INT:value input
values, INT .EXT:ref:* input
values-length, INT:value input
error-item, INT .EXT:ref:1 output
<0:9> Reserved (must be 0).