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 / necron

Go to the xpeditor tool and press f12 ..it will
automatically stop at the record which causes S0C7 abend..
(or) you can have a look at the program dump...you will
have an abend offset address in dump which will pinpoint
where exactly the abend occurred.

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How arrays can be defined in COBOL?

661


What are declaratives and what are their uses in cobol?

706


For rewrite, why is it mandatory that file needs to be opened?

620


How do you differentiate between cobol and cobol-ii?

651


State the various causes of s0c1, s0c5 and s0c7.

657






How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

704


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1776


What is the local-storage section?

681


Can a Search can be done on a table with or without Index?

800


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

672


Which division and paragraphs are mandatory for a COBOL program?

707


What are different data types in cobol?

685


What are the various section in data division and briefly explain them.

692


What is the compute verb? How is it used?

653


explain sorting techniques in cobol program?

686