Easycom identifies automatically how to convert data between the job CCSID, and the Windows code page.
You can change the default by giving a conversion table.
Install "Easycom International Pack" to get conversion tables (*.CPG
files).
Each file in the pack provides conversion rules between an EBCDIC CCSID and an ASCII character set.
Example: E037ANSI.CPG = Conversion between EBCDIC 37 and ANSI ASCII.
You can change the conversion table for all Easycom connections, using "Easycom.ini" file.
[GENERAL]
ConvTable=c:\Program Files\Easycom\WinDev10\E037ANSI.cpg
To change conversion table for one connection only, change the connection extended info in the analysis.
<EASYCOM>
CODEPAGEFILE=c:\Program Files\Easycom\WinDev10\E037ANSI.cpg
</EASYCOM>