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

System completion code 0c4


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

New User


Joined: 19 Aug 2005
Posts: 1
Location: chennai

PostPosted: Thu Oct 20, 2005 6:50 pm
Reply with quote

Hi
This mail is to get a technical assistance from you. I struck up with S0C4 abend while executing a cobol Progam. The scenario is like this,

I've made code changes to a cobol program and now in testing phase. I've used external compilation process not changeman. My program includes 'C' based API's to be pre-linked to the cobol Load Module. That I've done successfully using the pre-linking process. Issue is the program got abended with S0C4 abend. The following is the error messages being generated in messages.(DLL is compiler option that I've used during compilation, Also I've compiled without DLL option)

DLL compiled Load module:

CEE3204S The system detected a protection exception ( System completion code 0c4)

From entry point __dllstaticinit at compile unit offset +00000080 at entry offset +00000080 at address 00047DF0.

<> LEAID ENTERED (LEVEL 12/03/2003 AT 16.49)

<> LEAID PROCESSING COMPLETE.





A storage reference exception occurred during execution of procedure

CALLDPV. The expected completion code is S0C4.



*******************************************

* Analysis of Error *

*******************************************



The system completion code of 0C4 is issued when the program attempts

to use storage that is not accessible.



Non-DLL compiled Load module:


Sysout Message:



ERROR ON PBFNINIT -- ERROR:16448

MESSAGE:

(No message were displayed in sysout)



Defined Cross-reference of programs References


EXTERNAL ADDRSCAN . . . . . . . . . . . 1549 1835

2 CMN286

EXTERNAL PBFNCOB. . . . . . . . . . . . 1614 1751 1898




=================================================================

| Object Resolution Warnings |

=================================================================



WARNING EDC4015: Unresolved references are detected:

cidb010d TBCALL ADDRSCAN PBFNCOB CEELOCT IGZCBSO CEESTART CEEBETBL CEESG005 CEESG003



Options in effect:

NOADATA

ADV

APOST

NODLL

LANGUAGE(EN)

LIB and more

PGMNAME(LONGMIXED)

RENT

Could you please provide me soem assistance to proceed further

Thanks in Advance
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed Nov 02, 2005 2:51 am
Reply with quote

Try the sticky topic in this forum.
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 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 How to delete a user's alias from the... JCL & VSAM 11
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top