Loading...
Select Version
On Unix and Linux systems, you can modify these tables as follows:
Copy the file
kcsaeea.c
to a separate file directory.Modify the conversion tables according to your requirements. To do this, edit the file
kcsaeea.c
with a text editor. For each of the four code conversions,kcsaeea.c
contains two character arrays with a length of 256. One array is used for ASCII → EBCDIC conversion, the other for EBCDIC → ASCII conversion.Compile the modified source file and use it to generate a shared object.
Link this additional shared object to the application program.