How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file
and soc7 check the sysdump and copy the offest address then
correct it in the program.
Answer Posted / sujan
Possible causes for the Abend SOC4 include:
1. Invalid address was referenced due to subscript error or
bad parameter passed
2. If we are moving a group move, then the receiving record
variable lenght is defined incorrectly, like the target
field size is less than the moving field size.
4. In Files, if we are trying to read or write a file which
was not open, then we can get SOC4.
5. Tried to goback in the SORT output procedure.
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
) how do u code after getting data?
What is the difference between PIC 9.99 and PIC9v99?
What rules are to be followed while using the corresponding options?
What are the cobol coding sheets?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is the difference between COBOL2 AND COBOL390?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Differentiate between structured cobol programming and object-oriented cobol programming.
What is amode(24)?
What is a report item?
What are the various section in data division and briefly explain them.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the pertinent COBOL commands?
What is the Purpose of Pointer in the string?