IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to read the Dunp to find the abend solution


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Sat Oct 14, 2006 3:33 pm
Reply with quote

hi
plz could anybody help me in dump reading to mfind exact statement which causes the abend.
thnks
yogesh..........
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Sat Oct 14, 2006 8:07 pm
Reply with quote

There is no fixed place as such. And it would depend on the Abend-COde too.

For starting you can search for Abend-code and see near by messages. Also check SYSPRNT generated by the step.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Oct 14, 2006 9:41 pm
Reply with quote

Hi Yogesh,

Look in the sysmsg via SDSF for the job that abended and look for "offset".

The number that follows is the offset into the pgm where the offending instruction resides (if it resides in your pgm).

Go to your compiler listing and look for the offset near the beginning of each print line. It will be the print line before the 1st print line with an offset greater than the one in the sysmsg.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
Search our Forums:

Back to Top