Configuring the Japanese Db2 subsystem for use with IBM Z Software Asset Management
About this task
If your Db2 for z/OS® system is configured with MCCSID=930, MCCSID=1390, or MCCSID=5026 code page (Japanese extended Katakana), additional customization is required to set up IBM Z Software Asset Management .
For Katakana codepage, data for lower case characters (a,b,c,d,...,z) are stored differently in the databases. For example:
- c = x’83’ for Latin-based codepage
- c = x’64’ for Katakana codepage
In Katakana, the hex definitions for lower case characters are different from Latin-based codepages.
In IBM Z Software Asset Management , some columns have data stored in lower case. As a result, there are extra considerations in managing the conversion of data for lower case characters. In addition, module names in the GKB Knowledge Base for z/OS (not GKB Knowledge Base for z/OS UNIX System Services), are in encoded format – meaning some of the encoded characters are in lower case characters.
For consistency in IBM Z Software Asset Management , if the Db2 subsystem is defined in the Katakana code page, then all lower case characters must be stored in the Katakana format (value of ‘c’ must be stored as x’64’).
When setting up a Db2 subsystem to support EBCDIC double byte CCSID (coded character set identifiers), in the Db2 for z/OS installation job (DSNTIJUZ), parameter MIXED is set to ‘YES’ and parameter MCCSID defined with different values (default value is a 65534). Here is an example from DSNTIJUZ:
- ASCCSID=1041
- AMCCSID=942
- SCCSID=290
- MCCSID=930 (1390 or 5026)
- GCCSID=300
- USCCSID=367
- UMCCSID=1208
- UGCCSID=1200
- ENSCHEME=EBCDIC
- APPENSCH=EBCDIC
- ENSCHEME=EBCDIC
- APPENSCH=EBCDIC
- DATE=ISO
- DATELEN=0
- DECARTH=DEC15
- DECIMAL=PERIOD
- DEF_DECFLOAT_ROUND_MODE=ROUND_HALF_EVEN
- DEFLANG=IBMCOB
- DELIM=DEFAULT
- IMPLICIT_TIMEZONE=CURRENT
- MIXED=YES
You must perform additional customization in IBM Z Software Asset Management .
Customization are as follows: