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


Please Help Members By Posting Answers For Below Questions

Define cobol?

1081


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

861


how do you define single dimensional array and multidimensional array in your cobol?

878


how to move the records from file to array table. give with code example

2442


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

976


) how do u code after getting data?

1813


What is the difference between goback, stop run and exit program in cobol?

1244


Explain how to differentiate call by context by comparing it to other calls?

922


How do you reference the fixed block file formats from cobol programs

927


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?

5608


What is inspect in cobol ?

1027


Write a cobol program making use of the redefine clause.

951


What is comp-1 and comp-2?

948


How can you get the ksds file records into your cobol program?

858


Write some characteristics of cobol as means of business language.

859