So i have been trying to transfer files from my system to as400. When i transfer the file from my system, the pound symbol in the file changes to some garbage character. Can anyone suggest something??
Thanks in advance...
It does sound like a CCSID mis-match. How are you trying to transfer files? If using IBM i Access Data Transfer, then there is a setting under File > Properties > Conversions called 'Convert CCSID 65535'. If your system is set to CCSID 65535, then Data Transfer has to guess at the encoding of the characters.
You probably want to change either the system value QCCSID to match the actual language (US English is 37), or change the particular table (you might create a view with the proper CCSID...)