Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -31
DICTOTF Fields
CREATOR-USERID consists of the next two fields:
°
GROUP-NAME
−
the name of the group to which the user belongs.
°
USER-NAME
−
a name identifying the user within the group.
•
DATE-MODIFIED
−
a 6-byte timestamp that is updated every time the object
is modified.
DATE-MODIFIED is initially set to the same value as DATE-CREATED.
•
MODIFIER-USERID
−
a group field that describes the user ID of the last person to
modify this dictionary.
MODIFIER-USERID consists of the next two fields:
°
GROUP-NAME
−
the name of the group to which the user belongs.
°
USER-NAME
−
a name identifying the user within the group.
•
COMMENT-TEXT
−
a 32-bit number that identifies the comment text associated
with the object.
If no comment precedes the object, or the COMMENTS compiler command is not
set when the object is added to the dictionary, this field is set to 0. Otherwise, the
field contains the partial key to the comment text stored in DICTOTF.
For a DEFINITION object, the comment text associated with the object is identified
by the COMMENT-TEXT field in the DICTOBL file, not in the DICTODF file.
DICTOTF Fields
DICTOTF (Object Text File) contains all of the text items associated with a source
schema. Each text block is assigned a unique text ID that links objects and elements to
their associated text items in DICTOTF.
Record OTF.
File is "DICTOTF" Key-sequenced
Code 203
Audit.
02 IDENTIFIER.
03 TEXT-ID Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Text Id/Number".
03 LINE-NUMBER Type Binary 16 Unsigned
Heading "Line/Num".
02 CONSTANT-ID Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Constant/Object #".
02 CONSTANT-TYPE-STRING PIC "XX"