ICMSTMaxKeyword (Maximum keywords table)

The ICMSTMaxKeyword table maintains the maximum number of every keyword code (ID).

All entities within CM, (for example, attributes, components, and item types) have entries in the ICMSTNLSKeywords (National Language Support Keywords Table) table with a unique identifier and description. The ICMSTMAXKEYWORD table was added in Version 8.3 to keep track of the last value used for each entity. The type of identifier being tracked in this table is specified by the KEYWORDCLASS.

Table 1.
Column Name Data Type Attribute
KeywordClass SMALLINT NOT Null
LanguageCode CHAR(3) NOT Null
MaxKeyword INTEGER NOT Null
Primary key
(KeywordClass, LanguageCode)
Indexes
For z/OS only:
Unique Index = (KeywordClass ascending, LanguageCode ascending)
Referential Constraints
None

Column Definitions

KeywordClass
The type of keyword. The classification types are defined by Db2® Content Manager. The following values have been defined in the section of ICMSTNLSKeywords table.
LanguageCode
The three-character language code assigned to each written language. The language codes are assigned to all national languages by IBM®. The language codes are documented in the IBM National Language Design Guide: National Language Support Reference Manual, Volume 2.
MaxKeyword
The maximum number of keyword code for each keywordclass.