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

S0C7 ABEND when no arithmatic statment


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

New User


Joined: 27 Sep 2008
Posts: 70

PostPosted: Mon Dec 15, 2008 1:44 pm
Reply with quote

Case closed ... (Almost )..anyway, This is how the story ended...
It seems that a recent implementation to the DB ( wasn't correct) hence this update job which gave me the S0C7 was bypassing alot of records which would other wise have normally gone through the program and updated the DB fine.
The problem with the new DB field was fixed.... corrective action to prevent the many bypasses (millions) were taken, and the same notorious file was rerun through the same program (this program which gave me the S0C7 was not fixed or corrected in the corrective action)... and the whole thing ran through absolutely fine.
My guess is that due to the large volumn of bypasses-counters/variables tracking the same would have overflown...

Anyway - time and effort taken to solve the S0C7 using "Follow the yellow brick road" I mean, "follow the OFFSET of the abending instruction were in this case were futile.

I guess I was just narrow-minded to think that the Abending Instruction-OFFSET address would give me all the answers... would give me all the answers...OFFSET
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: Mon Dec 15, 2008 8:56 pm
Reply with quote

Hello,

Quote:
I guess I was just narrow-minded to think that the Abending Instruction-OFFSET address would give me all the answers... would give me all the answers...OFFSET
Using the offset, you can find where the abend occurred and what caused the abend, but the why the condition exists often takes most of the work icon_wink.gif

Good to hear it is now working - thank you for letting us know icon_smile.gif

d
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 Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top