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

Help needed to fix S0C7 abend


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rameshvaamshy
Currently Banned

New User


Joined: 19 Aug 2007
Posts: 14
Location: bangalore

PostPosted: Thu Oct 18, 2007 4:52 pm
Reply with quote

[quote="hemanth.nandas"]HI Satyaraj,

Welcome To Forum..

Quote:
S0C7 abend and trying for hours to fix it


There are more reason which cuases this abend.
Check All the possibilities.
1) Working-storage INTIALIZATION
2) Moving Non-Numeric item to Numeric item (Bad Data)
3) Out of Index
4) etc.

To Check all this and Debugg the same,

1. Use SYSUDUMP in your JCL,
2. Take the Offset of the variable Where you had got ERROR,
3. Match for the same in PROGRAM LISTING, Get the line Number, Then Locate For the same which directs you to the command/variable.

Which Version control are you using?

If Endevor, Go To Foot Print Listing, Find Offset, Which gives Command as well Line number.

Then Fix It.

Anyhow, If it Doesn't work out, Then Post your problem Very clearly, I mean under Which environmemt(contorl version) you are running this?[/qu
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Thu Oct 18, 2007 7:31 pm
Reply with quote

Sathyaraj,

are you still have this problem ? and if fixed, what did you do?
Back to top
View user's profile Send private message
sathyaraj

New User


Joined: 28 Sep 2007
Posts: 71
Location: India.

PostPosted: Tue Oct 23, 2007 10:38 am
Reply with quote

Thnx a ton everyone for your support.

Finally I fixed the abend.. Expeditor helped me the most…

The problem was like I was checking the date field in the file with the current date..

Since I took the dated backup of the loadlib and was using the new one I dint notice that the date conversion sub program code was not in the loadlib… So the working storage variable had junk values and during the comparison it abended…. I copied the load module to the new lib and everything is fine.. I just have one more query.. Usually we get SOC806 if load module is missing rite..? but duno why it happened the other way this time…

Thanx once again everyone for your support in this thread… Looking forward for your support in the future too..
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 Oct 24, 2007 3:07 am
Reply with quote

Hello,

Quote:
Usually we get SOC806 if load module is missing rite..?
Is it possible that there was/is some other module of the same name that was somewhere in the lib concatenation?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
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
Search our Forums:

Back to Top