Data Definition Language (DDL) Reference Manual (G06.24+)
Dictionary Database Structure
Data Definition Language (DDL) Reference Manual—426798-002
D-38
DICTRDF Fields
An explanation of each field follows:
•
OBJECT−contains the object number of this record from DICTODF.OBJECT. The
record in DICTODF contains the record name and the object-type code “RD.”
•
DEF-NUMBER−the object number of the definition that defines this record if the
record is described with a DEFINITION IS def-name clause; otherwise, DEF-
NUMBER contains the object number of the record itself.
•
RECORD-LENGTH−the length in bytes of the record.
•
FILE-NAME−this record's permanent HP file name, stored in FNAMECOLLAPSE
form. For a description of FNAMECOLLAPSE, see the Guardian Procedure Calls
Reference Manual. This field is defined only if FILE-DURATION is permanent.
02 MAXEXTENTS-OBJECT Pic "9(9)" COMP
VALUE 0
Null 0
Display "I5"
Heading "Max Ext/Object".
02 BUFFERED Type Character 1
VALUE "D"
Display "A1"
Heading "Buffered".
02 AUDIT-COMPRESS Type Character 1
MUST BE "Y", "N"
UPSHIFT
Display "A1"
VALUE "N"
Heading "Audit/Compress".
02 VERIFIED-WRITES Type Character 1
MUST BE "Y", "N"
UPSHIFT
Display "A1"
VALUE "N"
Heading "Verifies/Writes".
02 SERIAL-WRITES Type Character 1
MUST BE "Y", "N"
UPSHIFT
Display "A1"
VALUE "N"
Heading "Serial/Writes".
02 ODD-UNSTRUCTURED Type Character 1
MUST BE "Y", "N"
UPSHIFT
Display "A1"
VALUE "Y"
Heading "Odd/Unstructured".
Key is OBJECT Duplicates not allowed.
Key “IN” is DEF-NUMBER.
End