Even if it is initialized from 6th byte, the result is the same.
After removing the INITIALIZE, each READ statement reads the content of the next line also. It is as below:
I have initialized the record before READing the file. This was increasing the LRECL internally every time by 4 bytes.
When the INITIALIZE statement was removed, it worked perfect.
Could anyone te ...
I want to read a file of Record Format VBA in COBOL program. When i try to run the program, I am getting S002 with RC=4. I want to know if this is a problem with the file. Is there any spec ...