Data Definition Language (DDL) Reference Manual

Dictionary Database Structure
Data Definition Language (DDL) Reference Manual529431-004
D-13
DICTMAP (Token Map File)
DICTMAP (Token Map File)
DICTMAP (Token Map File) is a key-sequenced file that contains 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).
DICTMAP is different on G-series and H-series systems—see:
Figure D-7, DICTMAP (Token Map File)—G-Series, on page D-13
Figure D-8, DICTMAP (Token Map File)—H-Series, on page D-14
Change bars in Figure D-8 on page D-14 show where it differs from Figure D-7 on
page D-13.
Table D-6, DICTMAP (Token Map File) Fields, on page D-14, applies to both G-series
and H-series systems.
Figure D-7. DICTMAP (Token Map File)—G-Series
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