Editorial / Best Answer
VInodReddy
SOC4 abend may be due to the following reasons.
1.Missing SELECT statement ( During Compile time)
2.Bad Subscript/Index
3.Read/Write attempt to unopened file
4.Move data to/from unopened file
5.Missing parameters in called subprogram
SOC7 abend may be due to the following reasond
1.Numeric Operation on Non-numeric data
2.Coding past the maximum allowed subscript.
3.Un-initialize working storage.
Please let me know if there more reasons for the above mentioned abends.
What is soc4 & soc7 errors?
Editorial / Best Answer
VInodReddyProfile Answers by VInodReddy Questions by VInodReddy
SOC4 abend may be due to the following reasons.
1.Missing SELECT statement ( During Compile time)
2.Bad Subscript/Index
3.Read/Write attempt to unopened file
4.Move data to/from unopened file
5.Missing parameters in called subprogram
SOC7 abend may be due to the following reasond
1.Numeric Operation on Non-numeric data
2.Coding past the maximum allowed subscript.
3.Un-initialize working storage.
Please let me know if there more reasons for the above mentioned abends.
Related Answered Questions
Related Open Questions