Posted: Sat Jul 26, 2003 6:48 pm Post subject: DFSORT, Help Urgently needed!
Can I have more than one SORTIN datasets which are having different record structure in a single SORT step. Yet, there is one field common across all these datasets at different column positions.
For e.g; Lets say there are three such datasets A, B and C
In A,
The key-field is at position 10
In B,
The key-field is at position 20
In C,
The key-field is at position 30
I need to sort all these datasets on this one common field(key-field) and write into the sortout. Is this possible in ONE sort step?
_________________ 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
But I am having a problem here, I am getting an error saying that the ICETOOL program is NOT FOUND.
Would you be knowing which library I need to reference in the JOBLIB/STEPLIB in order for the job to find that utility?
Joined: 04 May 2003 Posts: 92 Topics: 4 Location: Paris, France
Posted: Sun Jul 27, 2003 11:53 pm Post subject:
Siddhart
When you execute a simple sort, does all the sort messages are prefixed by WER ? In this case you don't have DFSORT/ICETOOL (IBM product) but
SYNCSORT.
You have the technic : there is nothing hard to customize it with SYNCTOOL.
I tried changing the PGM NAME from ICETOOL to SYNCTOOL and it did not give me any errors like "Program Not Found" on JSCAN.
But since, I have changed the program name, would I have to also change in the SYSIN also, from ICECNTL to SYNCCNTL?
Could somebody provide me with a sample JCL using SYNCTOOL?
SYT000I SYNCTOOL RELEASE 1.3A - COPYRIGHT 1999 SYNCSORT INC.
SYT001I INITIAL PROCESSING MODE IS "STOP"
SYT002I "TOOLIN" INTERFACE BEING USED
COPY FROM(FILE1) TO(FILE99) USING(ICE0)
SYT020I SYNCSORT CALLED WITH IDENTIFIER "0001"
********************** E N D O F D A T A ****************************
Could someone please assist on this, how should I resolve this issue?
Thanks for the help all this while,
Regards,
Siddharth.
The job failed at ICE0 itself and never reached ICE7.
Anyways changed and tried running as per your suggestion but did not work same error. I think since I am not using ICETOOL but SYNCTOOL, I would have to use not ICEn...where n varies from 0 through 7 but something else. Not aware what I should use there...
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Fri Aug 08, 2003 5:41 am Post subject:
siddharth,
You have code disp=new for the output dsn. so for the first copy it is fine but, when it comes to the second copy the system complains of duplicate dataset as it cannot allocate the dataset as the dsn exists. so change your disp=mod.Also posting the error messages (toolmsg , dfsmsg) would help solving your problem in future.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum