Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -11
DICTMAP Fields
DICTMAP Fields
DICTMAP (Token Map File) is a key-sequenced file containing one record for each SPI
token map. Each record contains detailed information about a token map, including its
unique token number, and the object number of the definition that describes the
extensible structured token associated with the token map. Additional information
about token maps is contained in the Version File (DICTVER).
An explanation of each field follows:
•
OBJECT-NUMBER
−
contains the object number of this token map from
DICTODF.OBJECT. The record in DICTODF contains the token-map name and its
object type, “TM.”
•
TOKEN-NUMBER-VALUE
−
contains the token number of the token map taken from
the VALUE clause of the TOKEN-MAP statement that defines the token map.
Token numbers can be in the range -32,768 through 32,767. Any user-supplied
token numbers must be in the range 1 through 9,998; the other token numbers are
reserved by HP or are previously defined by SPI.
Record MAP.
File is "DICTMAP" Key-sequenced
Code 209
Audit.
02 OBJECT-NUMBER Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Token Map/Object".
02 TOKEN-NUMBER-VALUE Type Binary 16
Heading "Token Numb".
02 TOKEN-NUMBER-CONSTANT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Token Numb/Object".
02 MAP-DEF Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Map Def/Object".
02 SSID-TEXT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "SSID".
02 HEADING-TEXT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Heading".
Key is OBJECT-NUMBER Duplicates not allowed.
End
Содержание 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 ...