View previous topic :: View next topic |
Author |
Message |
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Mon Mar 06, 2006 8:20 pm Post subject: ABEND=S000 U4038 |
|
|
Hi,
I searched for this abend in the forums. But not able to get the info.
Thatswhy I am posting my query.
One of my job has failed with this abend and the message from spool is
Code: | D4DP203D PDP030 DP010 - ABEND=S000 U4038 REASON=00000001 644 |
Please help me with this. |
|
Back to top |
|
|
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Mon Mar 06, 2006 11:06 pm Post subject: |
|
|
Hi Phani,
This abend usual will get if DCB parameters of files are different or one of your file reached EOF and your program is trying to read.
You can get exact error message from your SDSF.
If you search with U4038 you will get more hits in the forums.
Regards,
Chandra |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Tue Mar 07, 2006 9:53 am Post subject: |
|
|
Chandra,
I know the reasons for this ABEND.
Possible reasons:
1) You create JCL to test a COBOL program and you accidentally change a DDNAME that is used by the program. You submit the job and it abends with a U4038.
2) Mismatching record-length to the physical file's record length.
But in my case none of the above mentioned reasons are valid. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Mar 07, 2006 10:23 am Post subject: |
|
|
vkphani,
You need to post the message ID instead of message text. The message ID starts with IEFnnnI which in your case I believe is IEF450I. Also look at JESMSGLG which actually gives you the exact abend code.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Tue Mar 07, 2006 12:01 pm Post subject: |
|
|
Kolusu,
I got the clue. it is because of one empty file being used in the job.
I have deleted that file and the job went successfully.
You are right. The message Id is IEF450I.
Thanks a lot for your help. |
|
Back to top |
|
|
javedsk12 Beginner
Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Tue Mar 04, 2008 1:16 am Post subject: |
|
|
some times we do get due to stop run not coded in program????????? _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
|
|
|