Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -39
DICTRDF Fields
•
FILE-TYPE
−
contains a 1-character ASCII code that indicates the record's file type,
as follows:
•
FILE-DURATION
−
a value that indicates whether the file specified by FILE-NAME is
permanent, dynamically assigned, or temporary. FILE-DURATION values are:
P (permanent)
T (temporary)
A (assigned)
The default for this field is P.
•
FILE-CODE
−
this record's file code. The default value for a user-created file is 0.
•
FILE-CODE-OBJECT
−
if file code is defined by a constant, contains the object
number of the constant; otherwise, it is 0.
•
PRIMARY-EXTENT-SIZE
−
this record's primary file extent in pages. PRIMARY-
EXTENT-SIZE must be an integer from 1 through 65,535. The default primary
extent size for DDL is four pages. The extent size must be an integral multiple of
the file's block size (for a structured file) or buffer size (for an unstructured file).
For more information about extent sizes, see the Enscribe Programmer's Guide.
•
PRIMARY-EXTENT-OBJECT
−
if primary extent size is defined by a constant,
contains the object number of the constant; otherwise, it is 0.
•
SECONDARY-EXTENT-SIZE
−
this file's secondary extent in pages. SECONDARY-
EXTENT-SIZE must be an integer from 1 through 65,535. The default secondary
extent size for DDL is 32 pages. Like the primary extent size, the secondary extent
size must be an integral multiple of the file's block size (for a structured file) or
buffer size (for an unstructured file).
•
SECONDARY-EXTENT-SIZE-OBJECT
−
if secondary extent size is defined by a
constant, contains the object number of the constant; otherwise, it is 0.
•
REFRESH
−
contains the ASCII character Y (yes) or N (no) to indicate whether the
file's label will be copied to disk whenever the file's end-of-file value is changed.
The default for this field is N.
•
AUDIT
−
contains the ASCII character Y (yes) or N (no) to indicate whether a file is
audited by TMF. The default for this field is N.
•
BLOCK-SIZE
−
block size of a structured file in bytes. BLOCK-SIZE must be 512,
1,024, 2,048, or 4,096 bytes. The default block size for DDL is 4,096 bytes. For
information about block sizes, see the Enscribe Programmer's Guide.
Code
File Type
U
Unstructured
R
Relative
E
Entry-sequenced
K
Key-sequenced
Содержание 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 ...