
这是我们从大型机收到的二进制文件,其中包括COMP-3列以及其他列
当我们尝试将此二进制文件加载到记录编辑器中时,它会显示特殊字符
请让我们知道一步一步的过程,从开始到结束如何处理COMP-3列并加载到记录编辑器中。
发布于 2017-08-20 17:09:31
那么,你尝试了什么?,在最后一个问题中,我建议:
您必须更新RecordEditor/JRecord
你试过吗?(菜单选项Record Layout >>编辑Layout请参阅下一节中的图片),然后在屏幕左侧的列中选择您的布局。最后选择Extra选项卡。有帮助屏幕(F01)。
布局编辑屏幕(附加选项卡):

出现有趣字符的原因是因为您正在尝试使用ascii查看ebcdic文件。

一般情况下,查看大型机文件
屏幕
- Get the file name and type of file:
- Select the Encoding and File structure
- Find the fields, The system will search for fields but you can select a field by clicking on a column. To delete a field, Click on the starting column.
- Finally you name (and type) fields
https://stackoverflow.com/questions/45729690
复制相似问题