Configuring code page support

As supplied, the example application uses two coded character sets. You must configure your system to enable data conversion between the two character sets.

About this task

The coded character sets used in the example application are:
037
EBCDIC Group 1: USA, Canada (z/OS®), Netherlands, Portugal, Brazil, Australia, New Zealand)
1208
UTF-8 Level 3

Procedure

Add the following statements to the conversion image for your z/OS system:
CONVERSION 037,1208;
CONVERSION 1208,037;
For more information, see Enabling Unicode data conversion by z/OS .