How to resolve the soc4 and soc7 errors?
Answer Posted / param
You have to look at the dump and note down the offset
address.Then check the instruction with this offset address
in the program compilation output.
Or
If you are blessed with having debugging tools then life is
a lot easier.Debug the program , the execution will stop at
the abending instruction.The advantage is that you can skip
through the statement with changing values and see if there
are any other abends in the program apart from this.Usually
very useful for resolving multiple S0C7 abends at one go!
If i'm wrong..ppl are welcome to correct me!
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do define dynamic array in cobol.
What is the difference between Call and a Link?
what is difference between cobol and cobol/400
What is the Purpose of Pointer in the string?
how do you reference the ksds vsam file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what happens if parmparameter passes zero bytes to the program
What is cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what are decleratives in cobol?
Have you used comp and comp-3 in your project? And how?