When passing an object reference that is stored in a file from one platform to another, any string-modified values must be passed with the appropriate code page conversion.
For example, when you transfer files between Microsoft Windows NT and IBM OS/390, you must use an ASCII-aware mechanism (such as FTP in ASCII mode or an ASCII NFS mount). Do not use FTP in binary mode.