Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我一直在尝试将文件从我的系统传输到 as400。当我从我的系统传输文件时,文件中的磅符号变为一些垃圾字符。任何人都可以提出一些建议吗?
提前致谢...
听起来确实像 CCSID 不匹配。您如何尝试传输文件?如果使用 IBM i Access Data Transfer,则文件 > 属性 > 转换下有一个名为“转换 CCSID 65535”的设置。如果您的系统设置为 CCSID 65535,则数据传输必须猜测字符的编码。
您可能希望更改系统值 QCCSID 以匹配实际语言(美国英语为 37),或更改特定表(您可能会创建具有正确 CCSID 的视图...)