I faced a problem and I need your help/advice
This issue happens after upgrading the OS/400 from V5R4 to V6R1, this issue related to FTP files contains Arabic character from AS/400 to AIX server
The order of record fields is reversed after sending the file from AS/400 to AIX below example:
The correct order of record fields after sending file from AS/400 “V5R4” to AIX:
RT|TEST|10.00|MOHAMMAD
RT|TEST|10.00|محمد
The reversed order after sending file as below if record contains Arabic character :
RT|TEST|10.00|MOHAMMAD
TEST|10.00|محمد|RT
Software/Hardware used:
OS/400
ASKED:
August 19, 2012 8:19 PM
Does your example show two separate records like this?
RT|TEST|10.00|MOHAMMAD
TEST|10.00|محمد|RT
Or is it only a single record like this?
RT|TEST|10.00|MOHAMMAD TEST|10.00|محمد|RT
It’s hard to tell what you are showing.
Tom