Dictionary Database Structure
Data Definition Language (DDL) Reference Manual — 426798-002
D -44
DICTVER Fields
•
If TOKEN-OCCURS-VALUE is a positive integer in the range 1 through 254
and if a DEF IS clause was specified, the length from the definition (DEF) is
multiplied by the OCCURS value and stored in TOKEN-LENGTH.
•
If no DEF IS clause was specified, the TOKEN-OCCURS-VALUE is stored in
TOKEN-LENGTH. A token length of 0 or -1 is considered valid.
DICTVER Fields
DICTVER (Token Map Field Version File) is a key-sequenced file that associates
version numbers from VERSION clauses in an SPI token-map definition with single
fields or sequences of fields in a structured token.
An explanation of each field follows:
•
IDENTIFIER
−
contains a unique identifier for each record consisting of two fields:
°
MAP-OBJECT
−
contains the object number that uniquely identifies the token
map (OBJECT-NUMBER from DICTMAP).
°
MAP-ELEMENT
−
contains an element number sequentially assigned by DDL.
•
VERSION
−
contains the version number from the VERSION clause of the TOKEN-
MAP statement; or 0 for NOVERSION.
Record VER.
File is "DICTVER" Key-sequenced
Code 209
Audit.
02 IDENTIFIER.
03 MAP-OBJECT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Token Map/Object".
03 MAP-ELEMENT Type Binary 16
Heading "Element".
02 VERSION Type Binary 16 Unsigned
Heading "Version".
02 VERSION-CONSTANT Pic "9(9)" COMP
Null 0
Display "[BZ]I10"
Heading "Version/Object".
02 BEG-ELEMENT Type Binary 16
Heading "Beginning/Element".
02 END-ELEMENT Type Binary 16
Heading "Ending/Element".
02 VERSION-TEXT Type Character 3
Heading "Version/String".
Key is IDENTIFIER Duplicates not allowed.
End