View previous topic :: View next topic |
Author |
Message |
prasanth_thavva Beginner

Joined: 14 May 2006 Posts: 40 Topics: 18
|
Posted: Fri Apr 20, 2007 1:22 am Post subject: Job abended with U0016 while doing conversion of data |
|
|
Hi ,
one of batch job failed with u0016 during conversion of file
it uses SORT(INSYNC).
could you please provide the failure reasons ?
where can i found the information pertaining to failure.
I found in step wise, i could't found additional information.
these two dd's are coded in the step,...
SYSPRINT = ,
SYSABEND=x
which DD is useful for finding abend information./..... _________________ Thanks&Regards
Prasanth Thavva |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Apr 20, 2007 1:49 am Post subject: |
|
|
In DFSORT the error messages appear in the SYSOUT DD, don't know about SYNCSORT _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Fri Apr 20, 2007 9:57 am Post subject: |
|
|
What is SORT(INSYNC)? I've never heard of that. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Apr 20, 2007 10:03 am Post subject: |
|
|
Quote: |
What is SORT(INSYNC)? I've never heard of that.
|
Frank,
Insync is another utility/language from macro4 similar to easytrieve which is used for data manipulations and reporting. I guess OP got an error when Insync tried to invoke the local sort product.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Fri Apr 20, 2007 10:06 am Post subject: |
|
|
So, we need to see the code for invoking the sort, the jcl used to run the program and the error messages that were written out. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Fri Apr 20, 2007 10:07 am Post subject: |
|
|
Thanks, Kolusu.
Hmmm ... I don't know what INSYNC uses for the sort message ddname - they can pass whatever name they like with the MSGDDN=ddname parameter or even suppress the messages completely.
However, if you're using DFSORT, you should be able to force out the DFSORT messages to SHOWMSGS by adding these statements to the job:
Code: |
//SORTDIAG DD DUMMY
//SHOWMSGS DD SYSOUT=*
//DFSPARM DD *
OPTION MSGDDN=SHOWMSGS
/*
|
_________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
 |
prasanth_thavva Beginner

Joined: 14 May 2006 Posts: 40 Topics: 18
|
Posted: Mon Apr 23, 2007 3:39 am Post subject: |
|
|
Hi,
Thanks for all your support.
yes i come to know INSYNC is tool like File Aid ..etc
Issue is not related to INSYNC.
Kolusu
--"OP got an error when Insync tried to invoke the local sort product" ?
Could you please expain me what is meant by OP?
How to find Sort type , like DFSORT ,SYNCSORT....etc
 _________________ Thanks&Regards
Prasanth Thavva |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Mon Apr 23, 2007 3:49 am Post subject: |
|
|
OP = Original Poster _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Apr 23, 2007 4:33 am Post subject: |
|
|
Quote: |
How to find Sort type , like DFSORT ,SYNCSORT....etc
|
Look at the messages in sysout . If the messages start with ICExxxa then you are running DFSORT and if the error messages start with WERxxxa then you are running SYNCSORT
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
prasanth_thavva Beginner

Joined: 14 May 2006 Posts: 40 Topics: 18
|
Posted: Thu Apr 26, 2007 12:39 am Post subject: |
|
|
Hi Kolusu,
Thanks a lot for you knowledge sharing..
 _________________ Thanks&Regards
Prasanth Thavva |
|
Back to top |
|
 |
|
|