For Control-M components to communicate properly with each other, you must set the locale for all product components to the same value. Complete this task on every computer or UNIX account, that support Japanese, that runs components of the following products:
To configure tasks for English support on Japanese UNIX:
Use the same language locale for all affected computers. Discrepancies between locale settings, especially those involving different character sets, can corrupt data as it passes between components.
ISO English-character-set locale settings for UNIX and Linux (for Japanese operating systems)
Language |
AIX, Solaris, Compaq (OSF) |
HP-UX, Linux (Red Hat) |
Linux (SuSE) |
---|---|---|---|
English (USA) |
en_US.ISO8859-1 |
en_US.iso88591 |
en_US |
English (British) |
en_GB.ISO8859-1 |
en_GB.iso88591 |
en_GB |
Add the lines in the same order as the environment variables are listed in the following table.
UNIX environment variables for English on Japanese systems in .cshrc
Environment variable |
Description / value |
---|---|
LC_ALL |
This environment variable should be "" (an empty string). Set this variable by adding the following line to the .cshrc file: |
LC_CTYPE |
These environment variables should be C (or c, as defined on the computer). Set these variables by adding the following lines to the .cshrc file: setenv LC_CTYPE C |
Parent Topic |