Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D- 5
DICTCDF Fields
DICTCDF Fields
DICTCDF (Constant Definition File) contains one record for each constant in the
dictionary. The record links the constant with the constant text in the DICTOTF file.
An explanation of each field follows:
•
OBJECT-NUMBER
−
the object number of this record from DICTODF.OBJECT. The
record in DICTODF contains the constant name and its object-type code, “CD.”
•
TEXT-ID
−
the text ID assigned to the constant; it is used to link the constant record
to the record for this constant in DICTOTF.
•
CONSTANT-TYPE-STRING
−
a two-character ASCII code that identifies the type of
the constant.
•
CONSTANT-TYPE
−
a numeric code identifying the type of the constant.
Record CDF.
File is "DICTCDF" Key-sequenced
Code 207
Audit.
02 OBJECT-NUMBER Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Object/Number".
02 TEXT-ID Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Text
Id/Number".
02 CONSTANT-TYPE-STRING Pic "XX".
88 CONSTANT-STRING Value is "ST".
88 CONSTANT-VERSION Value is "VR".
88 CONSTANT-BINARY-16 Value is "2S".
88 CONSTANT-BINARY-16-UNSIGNED Value is "2U".
88 CONSTANT-BINARY-32 Value is "4S".
88 CONSTANT-BINARY-32-UNSIGNED Value is "4U".
88 CONSTANT-BINARY-64 Value is "8S".
88 CONSTANT-NATIONAL-STRING Value is "NS".
02 CONSTANT-TYPE Redefines CONSTANT-TYPE-STRING Type Binary
16.
02 CONSTANT-TYPE-EXPLICIT Type Character 1
MUST BE "Y", "N"
UPSHIFT
Display "A1"
Heading
"Type/Explicitly Given".
Key is OBJECT-NUMBER Duplicates not allowed.
End
Содержание 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 ...