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

User completion code 4088


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

Active User


Joined: 19 Feb 2005
Posts: 139
Location: South Africa

PostPosted: Fri May 27, 2005 11:35 am
Reply with quote

Hi,

I'm running a cobol program fro sorting the contents of a file based on an alpha numeric key of size pic x(02).

And while running iam getting the following user completion code

Code:
IEA995I SYMPTOM DUMP OUTPUT                                 
  USER COMPLETION CODE=4088 REASON CODE=000003EC           
 TIME=00.50.29  SEQ=14708  CPU=0000  ASID=0054             
 PSW AT TIME OF ERROR  078D1F00   85A4546A  ILC 2  INTC 0D 
   NO ACTIVE MODULE FOUND                                   
   NAME=UNKNOWN 


Can anyone tell me how to rectify, and what is the reason behind it.

Thanks & regards,

JKBYTES.
Back to top
View user's profile Send private message
Deepa.m

New User


Joined: 28 Apr 2005
Posts: 99

PostPosted: Fri May 27, 2005 12:04 pm
Reply with quote

As there is a statement 'NO ACTIVE MODULE FOUND'
the abend may be due to the cobol program or subprograms called by the main program are not available in the library provided.

try compiling the program again and mention the correct library name.
Back to top
View user's profile Send private message
jkbytes

Active User


Joined: 19 Feb 2005
Posts: 139
Location: South Africa

PostPosted: Sat May 28, 2005 9:48 am
Reply with quote

Hi,

Thanks for the reply,

Quote:
The abend actually indicated that a storage condition was raised while handling the storage condition.


I rectified the abend.
Back to top
View user's profile Send private message
niranjanaa

New User


Joined: 04 Jul 2007
Posts: 4
Location: Hyderabad

PostPosted: Sat Jul 07, 2007 8:02 pm
Reply with quote

Hi JKBYTES,
Can you please tell me how did you solve the storage problem. I am also facing a similar problem. Thanks in advance.
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: Sun Jul 08, 2007 8:08 am
Reply with quote

Hello and welcome to the forums,

Please do not post the same problem multiple times.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
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