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.
我们正在将遗留系统转换为 Java 平台。在此期间,我们将文件从遗留系统发送到运行 Java 的分布式服务器。我们遇到了打包字段的问题。COBOL (EBCDIC) COMP-3 字段必须先操作为 BINARY,然后是 ASCII。但是,当将文件发送回大型机或将文件传输到旧系统进行进一步处理时,转换回打包文件变得繁琐且重复。
有没有人知道可以更无缝地帮助这种类型的操作的过程或功能。我们都已经准备好研究 Velocidata,它也有它的挑战。