A READ should never result in S0c4 abend especially reading Fixed length records. Can you check the FD definition has "BLOCK CONTAINS 0 RECORDS" clause? and the DATA RECORD ...
Are there any internal tables defined that might be defined as < 5000 ? May be it is causing Out of bounds error and this resulted in a S0C4. What is the SSRANGE option you have?
...
My task is to upgrade an OS/VS COBOL program to Release 6.2 of enterprise COBOL. I converted all the obsolete language syntax, and received an error-free program compilation. So, my subtask is to do a ...