We are doing a mainframe to AIX conversion, keeping cobol on the AIX box, and are using BC3 to do the comparisons between the files generated on AIX and the files generated on the mainframe and ftped down to AIX and converted to ASCII. Basically we are using a text compare specifying the record length for the files being compared under the tools/file format pull down.
The issue arises when a X'0D' is encountered in the record, it causes a line break in the compare and then takes the next specified record length of bytes to compare causing the files to display incorrectly, but still compare correctly, from that point forward.
I have been searching the forums and knowledge base for a way to tell BC3 to ignore end of line markers per se but I am failing to do so. If there is a way I would like to know how to set it up so we can do that for the folks testing the conversion and doing the file comparisons.
thanks
Jay
The issue arises when a X'0D' is encountered in the record, it causes a line break in the compare and then takes the next specified record length of bytes to compare causing the files to display incorrectly, but still compare correctly, from that point forward.
I have been searching the forums and knowledge base for a way to tell BC3 to ignore end of line markers per se but I am failing to do so. If there is a way I would like to know how to set it up so we can do that for the folks testing the conversion and doing the file comparisons.
thanks
Jay
Comment