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
Define cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you define single dimensional array and multidimensional array in your cobol?
how to move the records from file to array table. give with code example
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
) how do u code after getting data?
What is the difference between goback, stop run and exit program in cobol?
Explain how to differentiate call by context by comparing it to other calls?
How do you reference the fixed block file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is inspect in cobol ?
Write a cobol program making use of the redefine clause.
What is comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
Write some characteristics of cobol as means of business language.