View previous topic :: View next topic |
Author |
Message |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Wed Apr 11, 2007 6:24 am Post subject: ICE185A 0 DFSORT TERMINATED WITH U4083 ABEND DURING PHASE S3 |
|
|
Can any body pls tell me the resolution.
Thanks in advance |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Apr 11, 2007 6:47 am Post subject: |
|
|
here the error ICE185A is explained
I accessed the above link while using the IBM LookAt web-page, which I suggest you bookmark:
IBM LookAt URL _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Wed Apr 11, 2007 8:03 am Post subject: |
|
|
I confirmed and the programs are amode(31) but still this issue persists. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Wed Apr 11, 2007 11:33 pm Post subject: |
|
|
This link provides the information i already have . I have recompiled all the called programs and verified the driver pgm as well .But no luck.
Can I get some more specific information about this ABEND ( I am doing a cobol conversion project and many modules have this abend)
Thanks in advance |
|
Back to top |
|
 |
vkphani Intermediate

Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Thu Apr 12, 2007 12:30 am Post subject: |
|
|
toharmeet,
Check if your input file is empty. If the input file is empty, some times you do get U4083. |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Apr 12, 2007 5:58 am Post subject: |
|
|
toharmeet,
I think you are missing the point.
Abend codes in the 4xxx range are generated by user programs - as apposed to operating system programs. These user programs include 3rd party products
DFSORT only displays the abend code provided by another module (outside of DFSORT).
in other words .............. dfsort is not issuing the 4xxx abend. you have to find the 'user' program that is issuing the abend code that DFSORT is reporting.
DFSORT can be given parms that tell DFSORT to issue Return Codes (0,4,8,12,16) codes based on certain conditions - to determine that you need to look at your sort parms.
not knowing what your sort parms look like makes it difficult to help you. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Thu Apr 12, 2007 7:13 am Post subject: |
|
|
Thanks for your explaination. I have found the user program causing the U4083 .
I think if i get that corrected my issue should be resolved.
Thanks once again. |
|
Back to top |
|
 |
|
|