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