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

SYSTEM COMPLETION CODE=0C4 REASON CODE=00000011


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
xpower

New User


Joined: 07 May 2006
Posts: 35

PostPosted: Wed Jun 02, 2010 8:29 am
Reply with quote

Dear all,

i run the assembler program,but it abended ans display following info.

Code:
  SYSTEM COMPLETION CODE=0C4  REASON CODE=00000011
TIME=08.46.08  SEQ=26522  CPU=0000  ASID=0070               
PSW AT TIME OF ERROR  070C1000   998A10DA  ILC 4  INTC 11   
  NO ACTIVE MODULE FOUND                                   
  NAME=UNKNOWN                                             
  DATA AT PSW  198A10D4 - 10014780  636E95A0  20004780     
  GR 0: 00000001_FD000008   1: 00000000_1AC007E0           
     2: 00000000_00C00C80   3: 00000000_00FD8C50           
     4: 00000000_008FF050   5: 00000000_008FDBC0           
     6: 00000000_998A0DA8   7: 00000000_00FA5500           
     8: 00000000_008CBC18   9: 00000000_019470A0           
     A: 00000000_008FDC80   B: 00000000_7FF911C0           
     C: 00000000_852D0D4A   D: 00000000_00000000           
     E: 00000000_00FF2980   F: 00000003_9AC00780           
END OF SYMPTOM DUMP                                         


Could you anybody help me check the error ?
by the way, i run it in different region, one is ok.but another one is not ok.

Best Regards,
Shaw
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 Jun 02, 2010 8:42 am
Reply with quote

Hello,

It may be that the code is trying to use storage that has not been obtained. . . There are other reasons for an 0c4 as well.

What do you mean by "region"?

What is the program trying to do at the time of the abend?
Back to top
View user's profile Send private message
xpower

New User


Joined: 07 May 2006
Posts: 35

PostPosted: Thu Jun 03, 2010 5:42 am
Reply with quote

hello,

the error was caused by one parameter in compiling the assember.

check out the below parm, the error parameter is RMODE=ANY, when i removed it, the load module will be executed correct.

but i don't understand what it means for 'RMODE=ANY,AMODE=31'

Could anybody help me on it ? icon_smile.gif Thanks a lot

//LINK EXEC PGM=IEWL,PARM=('LET,MAP',
// 'LIST,XREF,LET,RENT,REFR,REUS,AC=1,RMODE=ANY,AMODE=31')

Best Regards,
Shaw
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: Thu Jun 03, 2010 6:56 am
Reply with quote

Hello,

Look here:
www.ibmmainframes.com/viewtopic.php?p=152121#152121
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
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
Search our Forums:

Back to Top