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

Reading ceedumps and detailed explanation for solving soc7


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

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Sun Jun 03, 2007 10:53 am
Reply with quote

hi all,
can anyone provide me the material for reading ceedumps and detailed explanation for solving soc7 and soc4 it would be a great help if
u people provide me with a snapshot explanation.

i dont have expeditor so i need to knw how to locate the code using the offset.......

senthil
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jun 03, 2007 2:35 pm
Reply with quote

Hello,

Does your site have Abend-Aid? It rather clearly points out many errors.

You can use the abend displacement info and your compile listing to locate which instruction and/or data field is involved with the 0c7 abend. The 0c4 may take more digging. If the 0c4 happens in a program that uses the SORT statement, it is often caused by an ungraceful exit from the sort. Some DISPLAY statements in the code may help isolate where the abend occurs.

You might also want to go to amazon.com and consider this book 'Application Debugging: An MVS Abend Handbook for Cobol, Assembly, PL/1, and Fortran Programmers (Prentice-Hall Software Series) (Hardcover) by Robert Binder (Author)"
Back to top
View user's profile Send private message
senthil041083
Warnings : 1

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Mon Jun 04, 2007 1:13 pm
Reply with quote

hi,
thanx a lot i dont have abend aid in my shop......have to do it manually......thats y i want some explanation with screen shots and

few manuals which i can refer the same........
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jun 06, 2007 7:42 am
Reply with quote

Hello,

Please take a look at the pdf at this link and let me know if this will help.

http://www.redbooks.ibm.com/redbooks/pdfs/sg247110.pdf
Back to top
View user's profile Send private message
senthil041083
Warnings : 1

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Thu Jun 07, 2007 11:10 am
Reply with quote

hi,
thanks a lot for ur reply but iam not able to get the details that iam looking for.......i want something that contains examples about solving a abend

something like fault analyser and ceedumps -------- iam getting only these two things in my spool....


thanks,
senthil
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 Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Rexx program reading a DSN then write... CLIST & REXX 4
No new posts Reading subsequent rows in a query. DB2 12
No new posts SOC7 error with DFSORT DFSORT/ICETOOL 9
Search our Forums:

Back to Top