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

S0C4 with Reason Code 10


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

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Wed Oct 21, 2009 10:02 am
Reply with quote

Hi All,

I am getting an abend S0C4 while executing a program.I think there is some thing worng with LINKGENS. The dump I am geting is as follows

SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010
TIME=09.33.29 SEQ=00703 CPU=0000 ASID=0061
PSW AT TIME OF ERROR 478C0000 00DDAEC0 ILC 4 INTC 10
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 00DDAEBA - 1B224111 0000BF27 10014770
GR 0: 00000000_FD000008 1: 00000000_0029FB78
2: 00000000_00000000 3: 00000000_00DDA4D2
4: 00000000_009FF050 5: 00000000_009FDAC8
6: 00000000_A029FB78 7: 00000000_00F99F00
8: 00000000_00000000 9: 00000000_0193DCA0
A: 00000000_009FDB88 B: 00000000_009FF050
C: 00000000_8BE74CFA D: 00000000_2029FEB8
E: 00000000_90DDA518 F: 00000010_009FF050
END OF SYMPTOM DUMP

Please help me how to proceed in this abend.

Thanks in Advance.
Back to top
View user's profile Send private message
arvind.m

Active User


Joined: 28 Aug 2008
Posts: 205
Location: Hyderabad

PostPosted: Wed Oct 21, 2009 11:16 am
Reply with quote

below gives the manual information regarding SOC4 abend. I think we need more information to help you with.


Code:


System ABEND: S0C4                                                     
                                                                       
Description:  This ABEND is caused by a hardware detected virtual     
              address translation error, or a storage protection       
              violation. The cause of the error is indicated by the   
              reason code, as follows:                                 

Reason code: 10
 10     Segment-translation exception. This error is caused by   
        one of the following:                                   
                                                                 
        o   A program that was running disabled attempted to     
            reference storage while the page table for that     
            storage was paged out. To correct the error,         
            page-fix the storage before a program running       
            disabled attempts to reference it.                   
                                                                 
        o   A program attempted to reference storage that had   
            not been obtained. To correct the error, allocate   
            the storage before attempting to reference it.       
        o   A program running in a subspace attempted to     
             reference storage that was not accessible to the 
             subspace at the time of error. To correct the     
             error, ensure that the program running in a       
             subspace references only the storage assigned to 
             that subspace, or storage that can be referenced 
             by all subspaces.                                 



Is there any Table/array in the program.
Back to top
View user's profile Send private message
rgupta71

Active User


Joined: 21 Jun 2009
Posts: 160
Location: Indore

PostPosted: Wed Oct 21, 2009 1:38 pm
Reply with quote

Thanks arvind.m for your quick response.

I got the solution of the abend at
ibmmainframes.com/viewtopic.php?t=43431&highlight=s0c4

I changed the AMODE(31) RMODE(ANY) to AMODE24 RMODE(24) and it worked.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts REASON 00D70014 in load utility DB2 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top