InterviewSolution
Saved Bookmarks
| 1. |
How do I resolve the SOC7 error? |
|
Answer» First of all, the SOC7 abend error is displayed when there is invalid data inside the comp field and the program is processing some computation on it. To START with, check the data you are passing as input because there must be some CORRUPT data which is the root cause of this error. |
|