View previous topic :: View next topic |
Author |
Message |
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Mon Oct 09, 2006 10:28 am Post subject: Does my Shop have Icetool or Synctool? |
|
|
How can I figure out that I can use ICETool in my shop.
Thanks. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Oct 09, 2006 10:42 am Post subject: |
|
|
Hilltop,
Run the following step and check the messages in TOOLMSG. If your job abends with S806 (load module not found) then you don't have DFSORT installed in your shop.
If job completes succesfully and the messages in toolmsg start with ICExxx then you have DFSORT in your shop.
If job completes succesfully and the messages in toolmsg start with SYTxxx then you have syncsort in your shop.
Code: |
//STEP0100 EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//IN DD *
test record
//OUT DD SYSOUT=*
//TOOLIN DD *
COPY FROM(IN) TO(OUT)
/*
|
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Tue Oct 10, 2006 3:22 am Post subject: |
|
|
Hi kolusu,
As always you the man.
Ran the step and it was successful and found Syncsort. Is there any difference between syncsort and DFSort. Please let me know.
Regards. |
|
Back to top |
|
|
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Tue Oct 10, 2006 8:27 am Post subject: |
|
|
Hi Shekar,
I ran ICEtool instead Synctool and my shop is having syncsort then how the job ran successfull?
Kindly throw light on this.
Regards. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Tue Oct 10, 2006 10:09 am Post subject: |
|
|
Thanks for the link, its little difficult to understand after reading 2/3 times I got the picture about aliases. |
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Tue Oct 10, 2006 10:31 am Post subject: |
|
|
Quote: | Is there any difference between syncsort and DFSort |
If you or anyone else on this board would like some documents prepared by the DFSORT Team that describe what we see as the advantages of DFSORT over Syncsort, as well as considersations for migrating from Syncsort to DFSORT, send me an e-mail offline (yaeger@us.ibm.com). Please put "DFSORT" somewere in your Subject line to catch my attention. _________________ 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 |
|
|
|
|