INFA_CODEPAGENAME
INFA_CODEPAGENAME environment variable applies to the pmcmd and pmrep command line programs.
pmcmd and pmrep send commands in Unicode and use the code page of the host machine unless you set the code page environment variable, INFA_CODEPAGENAME, to override it. If you set INFA_CODEPAGENAME for pmcmd, the code page must be compatible with the Integration Service code page. If you set INFA_CODEPAGENAME for pmrep, the code page name must be compatible with the repository code page. If you set INFA_CODEPAGENAME on the machine where you run pmcmd and pmrep, the code page must be compatible with the Integration Service and the repository code pages.
If the code pages are not compatible, the command might fail.
Configuring INFA_CODEPAGENAME on UNIX
To configure INFA_CODEPAGENAME on UNIX:
In a UNIX C shell environment, type:setenv INFA_CODEPAGENAME <code page name>
In a UNIX Bourne shell environment, type:
INFA_CODEPAGENAME = <code page name>
export INFA_CODEPAGENAME
Configuring INFA_CODEPAGENAME on Windows
To configure INFA_CODEPAGENAME on Windows:
Enter the environment variable INFA_CODEPAGENAME, and set the value to the code page name.For information about setting environment variables on Windows, consult the Windows documentation.