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

How to know that for which operation i got soc7


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dipendra
Currently Banned

New User


Joined: 26 Mar 2007
Posts: 4
Location: chennai

PostPosted: Tue Apr 10, 2007 9:52 am
Reply with quote

hi

a cobol program caontains many arithmetic operation, suppeose i got soc7 then how to know that for which operation i got soc7 .
Back to top
View user's profile Send private message
guptae

Moderator


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

PostPosted: Tue Apr 10, 2007 10:05 am
Reply with quote

Hi there,

PLease read forum rules. Topic is discussed so many times.

www.ibmmainframes.com/viewtopic.php?t=19510&highlight=soc7
www.ibmmainframes.com/viewtopic.php?t=18345&highlight=soc7
www.ibmmainframes.com/viewtopic.php?t=17794&highlight=soc7
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Apr 10, 2007 10:07 am
Reply with quote

Copy the offset provided in the sysprint. Search for the offset (either equal or the immediate lower value) in the program footprint. This gives the operation/instruction which abended with soc7.
Back to top
View user's profile Send private message
dnreddy

New User


Joined: 08 Dec 2006
Posts: 8
Location: chennai

PostPosted: Tue Apr 10, 2007 11:56 am
Reply with quote

Hi

S0C7 ABEND Occurs any of the following case :

DATA EXCEPTION - DECIMAL DATA IS INCORRECT OR IMPROPERLY OVERLAPPED OR NOT VALIDLY INITIALIZED. --POSSIBLE CAUSE-- SUBSCRIPT ERROR, REFERENCED BEYOND TABLE COBOL - WORKING STORAGE NOT INITIALIZED - BAD DATA, SHOULD CHECK DATA FOR ERRORS - GARBAGE IN A FIELD BEING TESTED OR DISPLAYED - MOVE ZEROES TO GROUP LEVEL IS DISPLAY, HAD SUBLEVELS THAT WERE NOT - PERIOD MISSING AFTER IMPERATIVE STATEMENTS WITHIN AT END CLAUSE - BINARY FIELD IN AN ARITHMETIC OPERATION IS NOT LARGE ENOUGH TO ACCEPT RESULT .
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts SOC7 error with DFSORT DFSORT/ICETOOL 9
No new posts An write operation error - ABENDED S0... COBOL Programming 3
No new posts Utility for search operation TSO/ISPF 11
No new posts Joinkeys operation when key1 and key2... DFSORT/ICETOOL 5
No new posts Joinkeys operation betwen VB and FB file SYNCSORT 4
Search our Forums:

Back to Top