Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -33
DICTOUF Fields
•
CONSTANT-ID
−
if the text element was defined by referring to a constant, contains
the object number of the constant; otherwise, it is 0.
•
CONSTANT-TYPE-STRING
−
a two-character ASCII code that identifies the type of
constant.
•
CONSTANT-TYPE
−
a numeric code identifying the type of constant.
•
CONSTANT-TYPE-EXPLICIT
−
contains an ASCII character “Y” (yes) to indicate the
constant type was entered explicitly or “N” (no) to indicate the constant type was
inherited from another constant or by default.
•
LOCALE-NAME
−
the locale name for an internationalization item.
•
LN-CONSTANT
−
if the locale name was defined by referring to a constant, contains
the object number of the constant; otherwise, it is 0.
•
TEXT-LEN
−
the number of bytes of text in TEXT-LINE.
TEXT-TYPE
−
a code that identifies the type of text stored in TEXT-LINE.
TEXT-TYPE is one of the following values:
For more information about text types, see
Text Items
on page D-2.
•
TEXT-LINE
−
the text line identified by TEXT-ID and LINE number.
Each line of text is a variable length string of from 0 through 132 bytes.
DICTOUF Fields
DICTOUF (Object Usage File) is a key-sequenced file containing one record for each
object that is used by another object. This file indicates which objects are used by
which other objects. For example, in the following statements, definition B uses
definition A:
DEF A TYPE BINARY 16.
DEF B TYPE A.
Code
Meaning
K
Keyword
N
ASCII representation of a numeric literal
S
Alphanumeric string
E
Enumeration value name
J
National string
Содержание 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 ...