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

User Completion code = 4083 Abend.


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

New User


Joined: 26 Oct 2007
Posts: 4
Location: chennai

PostPosted: Fri Jan 09, 2009 6:14 pm
Reply with quote

Hello All,
I am getting the this Abend in IMS/DC Online and no clue on why this is occuring. I did not have any PLIDUMP/SYSDUMP in the related online Job. Rather I have SYSMSG , from where I am getting this Abnd information.

Just for your update, we have converted the related PL/I modules to EPL/I as part of upgrade. As this is quite clear, this is bcos of EPL/I upgrade, we did not have any clue on which Module we do have problem to fix the same.

Your help on cracking the SYSMSG to get the Program / OFFSET causing the Issue would be great.

Here is the information whatever I feel its worth for you to advise me.

Thanks heaps for your help.

Code:
 +MT905A - TERMINAL ERROR LTERM(@AQXOA  ) STATUS(XB)                 
+MT905A - TERMINAL ERROR LTERM(@AQXOA  ) STATUS(XB)                 
+MT905A - TERMINAL ERROR LTERM(@AM96   ) STATUS(XB)                 
+CEE0374C CONDITION=CEE3201S TOKEN=00030C81 59C3C5C5 00000000  145 
          WHILE RUNNING PROGRAM PT048S01                           
          AT THE TIME OF INTERRUPT                                 
          PSW     078D0600 9829F486                                 
          GPR 0-3 00000000 9829BEC6 00080480 1829FA0C               
          GPR 4-7 1829FCC0 00080002 000804B8 00080510               
          GPR 8-B 80083708 00460002 00083718 000836D0               
          GPR C-F 00056B58 00065420 9829F480 00072142               
IEA995I SYMPTOM DUMP OUTPUT  147                                   
  USER COMPLETION CODE[b]=4083 [/b]REASON CODE=00000003                   
 TIME=07.43.40  SEQ=03518  CPU=0000  ASID=0084                     
 PSW AT TIME OF ERROR  078D1600   855B5858  ILC 2  INTC 0D         
   NO ACTIVE MODULE FOUND                                           
   NAME=UNKNOWN                                                     
   DATA AT PSW  055B5852 - 00181610  0A0D9500  C39DA774             
   AR/GR 0: 971D8EDE/84000000   1: 00000000/84000FF3               
         2: 00000000/0002D5E0   3: 00000000/1810CDB0               
         4: 00000000/00000000   5: 00000000/1810E4F0               
         6: 00000000/00065420   7: 00000000/00000000               
         8: 00000000/1810E2A8   9: 00000000/00000003               
         A: 00000000/00083718   B: 00000000/055B5A0C               
         C: 00000000/00056B58   D: 00000000/1810D3B0               
         E: 00000000/855B5846   F: 00000002/00000003               
 END OF SYMPTOM DUMP                                               
+DFS0578I - READ SUCCESSFUL FOR DDNAME PROCLIB  MEMBER = DFSINT00  I
+MT905A - TERMINAL ERROR LTERM(@IW2DA  ) STATUS(XB)                 


Edited: Please use BBcode when You post some code/error, that's rather readable, Thanks...Anuj
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: Fri Jan 09, 2009 6:22 pm
Reply with quote

The LE run time messages manual has this to say about 4083 reason code 3:
Quote:
X'03' (3)
Under normal conditions, all save area chains should end with a save area pointed to by CEECAADDSA. In this case, the save area chain terminated with a back chain pointer of 0.
Possibly your program overwrote storage?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Sat Jan 17, 2009 3:16 pm
Reply with quote

Hi,

This is likely an application problem. The manual states that it is most likely a memory overlay problem, as already been suggested. But I have no idea how I, with no application knowledge, can determine which COBOL statement in your program is causing the overlay. At the most I can suggest using SSRANGE?

Check this link & search for 4083: publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ceea9170/8.0
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 ISAM and abend S03B JCL & VSAM 9
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
Search our Forums:

Back to Top