![]() |
When passing an object reference that is stored in a file from one platform to another, any stringified values must be passed with the appropriate code page conversion.
For example, when you transfer files between Windows NT and 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.