As supplied, the example application uses two coded character sets.
You must configure your system to enable data conversion between the two character
sets.
The coded character sets used in the example application are:
- CCSID
- Description
- 037
- EBCDIC Group 1: USA, Canada (z/OS®), Netherlands, Portugal, Brazil, Australia,
New Zealand)
- 1208
- UTF-8 Level 3
Add the following statements to the conversion image for your z/OS system: CONVERSION 037,1208;
CONVERSION 1208,037;
For more information, see
../dfha1/dfha1p9.htm#dfhp90dthe CICS® Installation
Guide.