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?
What is rmode(any) ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are declaratives and what are their uses in cobol?
How do u write test cases?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are the different rules of SORT operation?
How do you reference the fixed block file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how to refer the data field?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
In COBOL programming, what is PERFORM? What is VARYING?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?