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

Getting Error: CEE3204S - Protection exception


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

New User


Joined: 28 Sep 2006
Posts: 56

PostPosted: Sat Dec 09, 2006 11:08 am
Reply with quote

When i run a Cobol -DB2 program i am getting the below error,

Could anyone suggest the solutions.

CEE3204S The system detected a protection exception.
From compile unit ISSUE at entry point ISSUE at compile unit offset +0000098A at address 0004D512.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Tue Dec 12, 2006 8:49 pm
Reply with quote

Protection exception happen when you try to refer to addresses unreachable for you. You might use a table where the subscript exceeds the table length. You also may pass pointers to a submodule while there's a mismatch between the parameter structures. You might try to communicate with a submodule that's running under 16M line while your other runs 'up'. You may be reading/writing a file where the file hasnt been openden so the io-area (buffers) are not allocated and accessable to your application. So there are many reasons why a protection exception occuurs.
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 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 Check data with Exception Table DB2 0
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top