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

How to detect soc7 error and correct it.


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

New User


Joined: 27 Feb 2004
Posts: 4

PostPosted: Tue May 25, 2004 3:22 pm
Reply with quote

hi folks,

Is there any way to detect and correct the soc7 error.
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Tue May 25, 2004 7:22 pm
Reply with quote

hello gurucharan,

Many times the reason for SOC7 is an un-initialized numeric item.

Examine that possibility first.

Many installations provide you a dump for run time abends
These dumps provide the offset of the last instruction at which the abend occurred. Examine the compilation output XREF listing to get the verb and the line number of the source code at this offset. Then you can look at the source code to find the bug.

OR You can use the batch program debugging tools

hope this helps,

Thanks,
Anu
Back to top
View user's profile Send private message
Johore

Specialist


Joined: 12 Sep 2003
Posts: 19

PostPosted: Wed May 26, 2004 9:06 am
Reply with quote

hi gurucharan,

S0C7 usually happens due to improper handling of numric fields. Make sure all your fields have been initialized before move or compute operations. and that alphanumeric items are not moved to numeric items.

When you get a S0C7 the system will display an OFFSET.
Go to the compile listing of the program and search for the HEXLOC ..this is basically the hex loactions of the code or the offset. Here search for hte given offset or the closest value to the offset. There wil be a line number to the left. Search for this line number and u get the stmts where the S0c7 Might have occured.

Check for the conditions mentioned above.
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 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 Validating record count of a file is ... DFSORT/ICETOOL 13
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top