How to resolve the soc4 and soc7 errors?

Answer Posted / billyboyo

The general technique for any abend in an IBM Cobol program
is the same. Look at the dump. Find the address of the
instruction that is failing. Find the program the
instruction is in. Find the displacement of the failing
instruction in the program. Find the program statement from
that.

Then, having identified the line of code and the field(s)
involved, work out what got messed up. It could be the
data, it could be your code, it could be someone else's
code. There are even other rare possibilities.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1743


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

616


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1901


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

600


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

2637






) how do u code after getting data?

1558


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1623


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

867


What are the different rules of SORT operation?

673


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1924


what is search and searchall?what is the diffrence between them?give an best example?

5480


What are the different rules for performing sort operation?

733


What guidelines should be followed to write a structured cobol prgm?

638


What are the different types of condition in cobol and write their forms.

631


what is s000 u4087 error? please give the all error codes in cobol,jcl.

16944