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

Joined: 18 Dec 2003 Posts: 15 Topics: 6
|
Posted: Mon Jan 19, 2004 6:33 am Post subject: How to run Icetool |
|
|
Hi ,
I wanted to use ICETOOL in my current application but the problem is i am not sure whether it is avaliable in this shop , i used Exec pgm = ICETOOl , and it is showing program icetool not found , I know this possibly means end of my dreams of using icetool , but just wanted to know if i need to include something in the joblib which i have not yet included which could make icetool come ,
Also i have syncsort avaliable on my shop.
Thanks in advance,
Regards |
|
Back to top |
|
 |
vijay Beginner
Joined: 09 May 2003 Posts: 131 Topics: 64
|
Posted: Mon Jan 19, 2004 8:58 am Post subject: |
|
|
Try SYNCTOOL instead of ICETOOL
VIJAY |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Jan 19, 2004 9:00 am Post subject: |
|
|
ICETOOL belongs with DFSORT (IBM's SORT product)
SYNCTOOL belongs with SYNCSORT
So try SYNCTOOL (but I've seen other posts that say it's unsupported and undocumented unlike ICETOOL, and has less features. I've never used it myself so I don't know how true this is). |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Jan 19, 2004 9:40 am Post subject: |
|
|
Chandu,
If you have DFSORT at your shop, you can use DFSORT's ICETOOL. ICETOOL is a fully documented and supported feature of DFSORT. ICETOOL is free with DFSORT.
You can add following DFSORT libraries to steplib and try to run the job.
Code: |
//STEPLIB DD DSN=SYS1.SICELINK,
// DISP=SHR
// DD DSN=SYS1.SORTLPA,
// DISP=SHR
|
The S806 you got for PGM=ICETOOL indicates that you don't have DFSORT. You also mentioned that you have syncsort at your shop. Usually a shop will not pay for two products which caters to the same needs. Even though DFSORT is rich in features and fully documented , it is very rare that a shop will have both DFSORT and SYNCSORT.
You can try running that job by changing the pgm name to synctool. But beware that most of the latest features like SPLICE, REPEAT,SAMPLE SPLITBY ... are not available with syncsort. Even for the features that are available you might not get the desired results with SYNCTOOL
as seen in this topic.
http://www.mvsforums.com/helpboards/viewtopic.php?p=7662
SYNCTOOL is shipped with Syncsort and is undocumented, and the manuals are not available on the Web. Syncsort's SYNCTOOL only has a subset of the functions available with DFSORT's. DFSORT's books are available on the web and ICETOOL is fully documented. The documentation describes DFSORT's ICETOOL. I would NOT suggest using the ICETOOL documentation for SYNCTOOL since a lot of it doesn't apply.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
chandu Beginner

Joined: 18 Dec 2003 Posts: 15 Topics: 6
|
Posted: Wed Jan 21, 2004 9:11 am Post subject: |
|
|
Thanks a lot for the detailed explanation,
But i am kind of lost now because all the manuals i have are of DFSORT so would the rest of the features work the same way on SYNCSORT as DFSORT manuals say it would , Please advice.
Also it would be extremely helpful if i could get some help on syncsort.
Waiting expectantly
Thanks |
|
Back to top |
|
 |
Frank Yaeger Sort Forum Moderator

Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Wed Jan 21, 2004 10:39 am Post subject: |
|
|
Chandu,
The DFSORT manuals document the functions, features and messages for DFSORT and DFSORT's ICETOOL. They DO NOT document how any other product (e.g. Syncsort/SYNCTOOL) works! If you use the DFSORT manuals for information on the functions, features and messages for another product, you may find yourself quite confused. _________________ 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 |
|
 |
|
|