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

CICS Error: CEE3250C


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

New User


Joined: 08 Aug 2005
Posts: 27
Location: USA

PostPosted: Thu Apr 29, 2010 1:49 am
Reply with quote

I am receiving following error during online processing

Code:

CEE3250C The system or user abend FILE was issued

From compile unit XXXX at entry point XXXX at compile unit offset +00002BB4 at entry offset +00002BB4 at address
163A9E74.


can anybody tell me why this kind of error occurs. XXXX is CICS program and I have no idea about CICS.

Any pointer is appriaciated
Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 29, 2010 2:09 am
Reply with quote

This message basically says an abend occurred -- you must look at the CICS messages to determine what abend was generated and that should give some clues about fixing it.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Apr 29, 2010 2:17 am
Reply with quote

gigs wrote:
Code:

CEE3250C The system or user abend FILE was issued

...
XXXX is CICS program
Look at the XXXX program and identify why it issued an abend with the abcode 'FILE'...
Back to top
View user's profile Send private message
gigs

New User


Joined: 08 Aug 2005
Posts: 27
Location: USA

PostPosted: Mon May 03, 2010 12:56 am
Reply with quote

I don't know what cause the issue
A re compile of driver module solved my issue
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 Using API Gateway from CICS program CICS 0
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 Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top