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