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

USER COMPLETION CODE=4039 REASON CODE=00000000


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

New User


Joined: 04 Jul 2007
Posts: 20
Location: Sao Paulo

PostPosted: Mon Apr 28, 2008 9:27 pm
Reply with quote

Hi, a got the dump below in execution of this PGM:
XXEL748010 EXEC PGM=IKJEFT01,DYNAMNBR=90


IEA995I SYMPTOM DUMP OUTPUT
USER COMPLETION CODE=4039 REASON CODE=00000000
TIME=18.28.54 SEQ=31200 CPU=0000 ASID=0037
PSW AT TIME OF ERROR 078D1000 9EEFE3BE ILC 2 INTC 0D
ACTIVE LOAD MODULE ADDRESS=1EE31768 OFFSET=000CCC56
NAME=CEEPLPKA
DATA AT PSW 1EEFE3B8 - 00181610 0A0D58D0 D00498EC
AR/GR 0: 80C7F8B0/84000000 1: 00000000/84000FC7
2: 00000000/000A9AC0 3: 00000000/0002000D
4: 00000000/000A9AC0 5: 00000000/00000718
6: 00000000/1EE2E888 7: 00000000/00000010
8: 00000000/9EEB8360 9: 00000000/000AA20F
A: 00000000/000A9654 B: 00000000/1EEFE2E8
C: 00000000/00098A50 D: 00000000/000ABDA8
E: 00000000/9EEFE31A F: 00000000/00000000
END OF SYMPTOM DUMP


Anyone know what is happening ?

Thanks
JP
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 28, 2008 9:33 pm
Reply with quote

Searching the manual on Your behalf

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CEEA1020/CCONTENTS?SHELF=CEE1BK20&DN=SC28-1942-08&DT=20000117144116

Quote:
U4039 (X'FC7')
Explanation: Language Environment is requesting a system abend dump due to an unhandled severity 2, 3, or 4 condition. This does not necessarily indicate an error condition.
Programmer Response: Refer to the original unhandled condition.
System Action: Language Environment continues with termination.

Research the job log for the original abend
Back to top
View user's profile Send private message
JPPR

New User


Joined: 04 Jul 2007
Posts: 20
Location: Sao Paulo

PostPosted: Mon Apr 28, 2008 9:37 pm
Reply with quote

There´s that message of ABEND-AID.

+AB400A ===== ABEND-AID ===== 021
REPORT WRITTEN TO: SYSK7.WC.ABENDAID.SHRDIR.REPT
REPORT NUMBER: 236792
JOB-EL65Z011 STEP-EL748010
LE COND CODE=CEE3250C / EXPECTED COMP CODE=U4005
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 28, 2008 9:42 pm
Reply with quote

IKJEFT01 very seldom abends...

what program were You executing ??

did You care to search the manual I pointed You to for CEE3250C ??

try to help Yourself a little bit
Back to top
View user's profile Send private message
JPPR

New User


Joined: 04 Jul 2007
Posts: 20
Location: Sao Paulo

PostPosted: Mon Apr 28, 2008 10:02 pm
Reply with quote

I didn´t find anything that help me to found the solution, in the manual.

Only this:
U4039 (X'FC7')
Explanation: Language Environment is requesting a system abend dump due to an unhandled severity 2, 3, or 4 condition. This does not necessarily indicate an error condition.

Programmer Response: Refer to the original unhandled condition.

System Action: Language Environment continues with termination.


CEE3250C The system or user abend abend-code was issued.
Explanation: A system or user abend has occurred.

Programmer Response: Look in the messages and codes or system codes manual for the particular platform to resolve the system-described problem.

System Action: The program is terminated abnormally.

Symbolic Feedback Code: CEE35I

------------------------------------------------------------


The program is: IKJEFT01.


That´s the job:

//TEL65DA PROC
//*
//EL748010 IF RC EQ 0 THEN
//*--------------------------------------------------------------------
//EL748010 EXEC PGM=IKJEFT01,DYNAMNBR=90
//******************************************************* CB2DB2DE ****
//* GERA TABELA DE HISTORICOS DO DP
//*********************************************************************
//$STEPLIB INCLUDE MEMBER=$MBC0035
//SYSUDUMP DD SYSOUT=7
//SYSTSPRT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSABOUT DD SYSOUT=7
//SYSDBOUT DD SYSOUT=7
//SYSTSIN DD DSN=SYSBA.DB2.CARDLIB (EL748D65),DISP=SHR

Cardlib:

DSN SYSTEM(DB1A)
RUN PROGRAM(EL748A) -
PLAN(EL748A)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 28, 2008 10:43 pm
Reply with quote

Quote:
EXPECTED COMP CODE=U4005


investigate a db2 abend u4005
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 Reorg abended with REASON=X'00E40347' DB2 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top