Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -40
DICTRDF Fields
•
BUFFER-SIZE
−
buffer size of an unstructured file in bytes. BUFFER-SIZE
redefines BLOCK-SIZE. Value must be 512, 1,024, 2,048, or 4,096 bytes; the
default is 4,096 bytes.
•
BLOCK-SIZE-OBJECT
−
if block size is defined by a constant, contains the object
number of the constant; otherwise, it is 0.
•
BUFFER-SIZE-OBJECT
−
if buffer size is defined by a constant, contains the object
number of the constant; otherwise, it is 0.
•
ICOMPRESS
−
contains the ASCII character Y (yes) or N to indicate whether the
user has selected the index compression attribute for this file. The default for this
field is N.
•
DCOMPRESS
−
contains the ASCII character Y (yes) or N to indicate whether the
user has selected the data compression attribute for this file. The default for this
field is N.
•
MAXEXTENTS
−
the maximum number of extents this file can have. MAXEXTENTS
contains an integer between 1 and 978. The default value for MAXEXTENTS is
100.
•
MAXEXTENTS-OBJECT
−
if MAXEXTENTS is defined by a constant, contains the
object number of the constant; otherwise, it is 0.
•
BUFFERED
−
indicates the mode of handling write requests. BUFFERED can be
one of the following:
Y (yes)
N (no)
D (follow the default)
If you select Y, then write requests are buffered in the disk-process cache rather
than forced to disk at each request. The default value is Y for audited files, N for
nonaudited files.
•
AUDIT-COMPRESS
−
contains the ASCII character Y (yes) to indicate the audit-
checkpoint record is to be compressed or N (no) to indicate it is not to be
compressed. The audit-checkpoint record contains a copy of an audited data
record both before and after an update. The audit-checkpoint record is
compressed by omitting the unchanged portions of the data record. The default for
this field is N.
•
VERIFIED-WRITES
−
contains Y (yes) to indicate disk writes are verified or N (no)
to indicate they are not. The default for this field is N.
•
SERIAL-WRITES
−
contains Y (yes
−
serial) or N (no
−
parallel) to indicate whether
mirror disk writes are serial or parallel. The default for this field is N (parallel).
•
ODD-UNSTRUCTURED
−
contains Y (yes
−
odd unstructured) or N (no
−
even
unstructured) to indicate whether the file is to be created as odd unstructured or
even unstructured. The default for this field is Y (odd unstructured). For information
Содержание 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 ...