There is a production file which has millions of records in
it.The program that uses it ends up with an SOC7 abend.It
is sure that the abend is due to some invalid data in the
file.Is there any way to debugg the SOC7 abend with out
giving displays? I need the record which is cause for the
abend.
Answer Posted / hi
We can easily do it by looking into SYSABEND. There you
can find the last record and last executed statement. These
two information is enough to solve S0C7.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is amode(24)?
How many sections are there in data division in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how to move the records from file to array table. give with code example
What the difference is between continue and next sentence?
What is inspect in cobol ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Have you used comp and comp-3 in your project? And how?
Write down the divisions of cobol program?
What are the different rules of SORT operation?