Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -27
DICTOBL Fields
•
NULL-INHERITED
−
contains the ASCII character Y (yes) to indicate the null was
inherited from a definition or N (no) to indicate it was explicitly specified.
•
SPI-NULL-INHERITED
−
contains the ASCII character Y (yes) to indicate the SPI
null was inherited from a definition or from the default, or N (no) to indicate the SPI
null was explicitly specified.
•
UPSHIFT-INHERITED
−
contains the ASCII character Y (yes) to indicate the upshift
was inherited from a definition or from the default, or N (no) to indicate the upshift
was explicitly specified.
•
USAGE-IS-INDEX
−
contains the ASCII character Y (yes) or N (no) to indicate
whether the item is to be used as an index. This field is set to Y if the definition or
description of the item includes a USAGE IS INDEX clause. The default value for
this field is N.
•
BIT-LENGTH
−
contains the bit length of the current item. For an item that is not a
bit map, the bit length is a multiple of 8. For a bit map item, the bit length is a value
from 1 to 15.
•
FIELD-ALIGN
−
contains the alignment method used when storing the item. By
default, C00CALIGN is used.
•
BIT-OFFSET
−
contains the bit offset from the (byte) offset that this elementary item
is in. For an item that is not a bit map, the bit offset value is 0. For a bit map item,
the bit offset value is from 0 to 15. (A group item that is a bit map or maps always
starts on a word boundary.) The bit offset from the start of the structure for any item
is the value of the BIT-OFFSET field plus 8 times the value of the OFFSET field in
the DICTOBL file.
•
ENUM-DEF
−
contains the object number of the enumeration definition specified in
the ENUM clause of a bit map item. For an item that is not a bit map, this field
contains the null value for OBJECT-NUMBER.
•
PASCALBOUND
−
contains the value of the lower bound, 0 or 1, for Pascal arrays.
The default value for this field is 1.
•
INDEX-NAME
−
contains the index name specified in the INDEXED BY attribute,
padded with blanks.
•
EXTERNAL-SPECIFIED
−
contains the ASCII character Y (yes) if the element is to
be external. This attribute permits you to output the EXTERNAL clause in COBOL.
Only elements of object name level can have this attribute. The default value for
this field is N (no).
•
JUSTIFY
−
contains the ASCII character Y (yes) or N (no) depending on whether
the element is to be right justified. The default value for this field is N.
•
JUSTIFY-INHERITED
−
contains the ASCII character Y (yes) if the element is to be
justified right because that attribute was inherited from a definition, or N (no) if right
justification was specified on the line item by the appropriate clause. The default
value for this field is N.
Содержание 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 ...