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

  1. 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
    ;
  2. 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(                     
  3. Run HSISGKBL to load GKB data with these new LOAD definitions.