Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -41
DICTTKN Fields
about even unstructured and odd unstructured files, see the File Utility Program
(FUP) Reference Manual.
DICTTKN Fields
DICTTKN (Token Code File) is a key-sequenced file containing one record for each
SPI token code. Each record contains the detailed information about a token code,
including the object number of the token code, the object number of the associated
token type, and the value of the token number that identifies the token code within its
type.
An explanation of each field follows:
•
OBJECT-NUMBER
−
contains the object number of this record from
DICTODF.OBJECT. The record in DICTODF contains the token-code name and its
object-type code, “TC.”
Record TKN.
File is "DICTTKN" Key-sequenced
Code 209
Audit.
02 OBJECT-NUMBER Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Token Code/Object".
02 TOKEN-TYPE-OBJECT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Token Type/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 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".
02 DISPLAY-TEXT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Display".
Key is OBJECT-NUMBER Duplicates not allowed.
End