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

How to rectify the S0C7 error?


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

New User


Joined: 27 Jun 2006
Posts: 1

PostPosted: Tue Dec 19, 2006 5:35 pm
Reply with quote

Hi all,

I got S0C7 error.So i find the location of the error and looked for the variables moved at the abended position. But all the variables are of same type i.e.,PACK

Could anyone tell me what is happening inside..
It would be great if I get the responce immediately
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Dec 19, 2006 5:37 pm
Reply with quote

Hey Kuber,

would u please provide us code.
Back to top
View user's profile Send private message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Tue Dec 19, 2006 5:48 pm
Reply with quote

Please see the data, open dataset in fileaid and check data, Any junk value soc7 should come so u remove junk value
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Dec 19, 2006 5:53 pm
Reply with quote

Did you look at the compile listing or the dump?

While the data types might be defined as packed, it is what they actually contain that causes the data exception.

If you have the dump, look a couple bytes up from where the psw is pointing for the actual instruction that caused the abend. Extract the storage address(es) from the instruction and look at that memory. What you find there will (probably) not be valid packed data.
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 Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top