Definitions and Records
Data Definition Language (DDL) Reference Manual — 426798-002
5- 14
File-Creation Syntax
File-Creation Syntax
The following describes the syntax of the file-creation portion of a RECORD statement.
file-name
is a DDL local or network file name that identifies the database file to contain the
records defined in the RECORD statement. You can enclose the file name in
quotation marks.
TEMPORARY
specifies a temporary file. Temporary files are created programmatically and are
purged when closed. No FUP output is generated for temporary files.
ASSIGNED
indicates that the record is a logical record with the same structure as one or more
physical records. You can include the logical record definition in an application
program and assign it to a physical file with an ASSIGN command before you run
the program. No FUP output is produced for assigned files.
FILE IS { ["]file-name["] }
{ TEMPORARY } [ creation-attribute ] ...
{ ASSIGNED }
creation-attribute is:
{ KEY-SEQUENCED }
{ RELATIVE }
{ ENTRY_SEQUENCED }
{ UNSTRUCTURED }
[ AUDIT ]
[ AUDITCOMPRESS]
[BLOCK { block-length | constant-name } ]
[ [ NO ] BUFFERED ]
[ BUFFERSIZE { buffer-size | constant-name } ]
[ CODE { file-code | constant-name } ]
[ { COMPRESS | DCOMPRESS | ICOMPRESS } ]
[ EXT { { extent-size | constant-name } }
{ ( { pri-extent-size | constant-name } ,
{ sec-extent-size | constant-name } ) } }
[ MAXEXTENTS { maximum-extents | constant-name } ]
[ NO ODDUNSTR ]
[ REFRESS ]
[ SERIALWRITES ]
[ VERIFYWRITES ]
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...