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
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what happens if parmparameter passes zero bytes to the program
What are the cobol coding sheets?
How do get the result of your program directly on your pc?
How to know whether the module is dynamical or statistical?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is a SSRANGE and NOSSRANGE?
Can we redefine the field of x(200) to less than 200?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the different data types in cobol?
How to remove 2 duplicate records and copy only one using job control language?
What is report-item in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the variable unblock file formats from cobol programs
Write the code implementing the perform … varying.