Using the IBM z/OS conversion environment and services

Unicode support in the Client Option and Server Option is based on Unicode support provided by IBM z/OS, including the conversion environment and conversion services. When the conversion environment and services are installed and set up, the Client Option and Server Option can convert character streams from one Coded Character Set Identifier (CCSID) to another. This functionality is provided in addition to the support for language and character sets offered in previous versions.

StepsTo install IBM Unicode support

  1. Create an IMAGE member in SYS1.PARMLIB using the CUNMIUTL utility.

  2. Copy the CUNIMG01 member from WORK.IMAGE to SYS1.PARMLIB.

  3. Use this comand to load the CUNIMG01 member into z/OS:

    SET UNI=01
    
  4. Use this command to display the current active image and the character set conversions defined for that image:

    DISPLAY UNI, ALL
    
  5. To enable Unicode support for the Client Option and Server Option, set USEIBMUNICODE=Y. The USEIBMUNICODE parameter is specified in the SYGWMCST macro in the SYGWXCPH customization module.

For more information on installing Unicode support for IBM z/OS, see “Support for Unicode Using Conversion Services” (SA22-7649-07).