In addition to specifying CICS® system initialization parameters for the CICS Web Interface and CICSPlex® SM local MAS execution, the Web User Interface requires an INITPARM system initialization parameter to specify the server language and the client codepage. You need to code EYU9VKEC to represent the language of the Web User Interface server and EYU9VWAN to represent the codepage of the client on the INITPARM parameter.
You can select the server language and the client codepage from Table 24 and specify them on the INITPARM parameter as follows:
INITPARM=(EYU9VKEC='xxx',EYU9VWAN='yyyy')
where xxx is the language identifier of the Web User Interface server and yyyy is the codepage identifier of the client.
Language | Language identifier (EYU9VKEC) | Client codepage | Default client codepage identifier (EYU9VWAN) |
US English | ENU | ISO-8859-1 (819) | ENU1 |
Japanese | JPN | Shift-JIS (943) | JPN1 |
Simplified Chinese | CHS | GB2312 (1381) | CHS1 |
Simplified Chinese | CHS | GB18030 (05488) | CHS2 |
For example, if your chosen language was English you would code the INITPARM parameter as follows:
INITPARM=(EYU9VKEC='ENU',EYU9VWAN='ENU1')
http://hostname:port/CICSPlexSM/codepage
where hostname is
the name specified on the TCPIPHOSTNAME Web User Interface server
initialization parameter and port is the value
specified on the TCPIPPORT Web User Interface server initialization
parameter. For information about the Web User Interface server initialization
parameters see Specify the Web User Interface server initialization parameters.