Syntax Summary
Data Definition Language (DDL) Reference Manual — 426798-002
F -5
File-Creation Syntax
File-Creation Syntax
{ [“] file-name [“] }
FILE IS { 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 } ]
[ { { extent-size } } ]
[ { { constant-name } } ]
[ EXT { } ]
[ { ( { pri-extent-size },{ sec-extent-size} ) } ]
[ { { constant-name } { constant-name } } ]
[ MAXEXTENTS { maximum-extents } ]
[ { constant-name } ]
[ NO ODDUNSTR ]
[ REFRESH ]
[ SERIALWRITES ]
[ VERIFIEDWRITES ]
Reference Record Structure Syntax
DEF[INITION] IS def-name .