Configuring the Turkish Db2 subsystem for use with IBM Z Software Asset Management
If Db2 for z/OS is configured with SCCSID=1026, additional customization is required in setting up IBM Z Software Asset Management.
About this task
Procedure
-
Update the ODBC initialization file.
The ODBC initialization file can be found in members:
PARMLIB (HSISCLI)and PARMLIB (HSISCLIT)
In the COMMON section, add parameter CURRENTAPPENSCH=37 for both members - HSISCLI and HSISCLIT
; COMMON section CURRENTAPPENSCH=37 ; -
Update the following PARMLIB members to include the "CCSID (37)" entry for
ALL "LOAD DATA" statements:
(HSISSQ06)
(HSISSQ12)
(HSISSQ29)
Here is an example for (HSISSQ06):LOAD DATA INDDN TPARAM LOG NO NOCOPYPEND RESUME NO REPLACE CCSID (37) INTO TABLE &GKZSCHM_GKB&.TPARAM( - Run HSISGKBL to load GKB data with these new LOAD definitions.