Data Definition Language (DDL) Reference Manual
Definitions and Records
Data Definition Language (DDL) Reference Manual—529431-004
5-12
Creation-Attribute Syntax
Creation-Attribute Syntax
In the File-Creation Syntax on page 5-10, creation-attribute is an attribute of
the disk file that will store occurrences of the record defined by the statement
RECORD on page 5-8.
KEY-SEQUENCED
RELATIVE
ENTRY-SEQUENCED
UNSTRUCTURED
are Enscribe file types. The first three specify structured files that can have keys.
For more information, see the Enscribe Programmer’s Guide.
AUDIT
specifies AUDIT when generating FUP source code. AUDIT designates the file as
audited by TMF. For more information, see the TMF Management Programming
Manual.
Note. The DDL compiler ignores creation-attribute when generating TACL source
code from a RECORD statement.
{ KEY-SEQUENCED | RELATIVE | ENTRY-SEQUENCED | UNSTRUCTURED }
[ AUDIT ]
[ AUDITCOMPRESS]
[ BLOCK block-length ]
[ [NO]BUFFERED ]
[ BUFFERSIZE buffer-size ]
[ CODE file-code ]
{ COMPRESS | DCOMPRESS | ICOMPRESS }
[ { extent-size } ]
[ EXT { } ]
[ { ( pri-extent-size [, sec-extent-size ] ) } ]
[ MAXEXTENTS maximum-extents ]
[ NO ODDUNSTR ]
[ REFRESS ]
[ SERIALWRITES ]
[ VERIFYWRITES ]