Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Difference between DFSORT and SYNCSOR, ICEMAN, ICETOOL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 64
Location: Chennai

PostPosted: Tue Nov 09, 2004 1:18 pm    Post subject: Difference between DFSORT and SYNCSOR, ICEMAN, ICETOOL
Reply with quote

hi

whatz the diff. between dfsort and syncsort,iceman,icetool?

is thre any utility available to send a e-mail thru jcl?
Back to top
View user's profile Send private message
References
PostPosted: Tue Nov 09, 2004 1:18 pm    Post subject: Re: Difference between DFSORT and SYNCSOR, ICEMAN, ICETOOL Reply with quote

anuradha

Global Moderator


Joined: 06 Jan 2004
Posts: 257

PostPosted: Tue Nov 09, 2004 1:55 pm    Post subject:
Reply with quote

Hi Karthi,

Using IEBGENER we can send mail thru JCl.

check out this link for further details.

http://ibmmainframes.com/expertforum/viewtopic.php?t=831
Back to top
View user's profile Send private message
manoopatil

New User


Joined: 07 Dec 2003
Posts: 18
Location: Pune

PostPosted: Wed Nov 10, 2004 12:30 pm    Post subject:
Reply with quote

DFSORT is a sort product sold by IBM.
SYNCSORT is a competing product sold by Syncsort, Inc.
CA-SORT is yet another sort product, sold by Computer Associates.

Obviously, most shops only buy one of these products.

ICEMAN is just another name (entry point) used for the sort program. It's common practice in shops for the system programmers to set up all the common names as entry points to their purchased SORT product. You will often find that PGM=SYNCSORT and PGM=DFSORT will both work in your shop, and both execute the same sort program (whichever one your shop purchased).

ICETOOL is an expansion to the basic SORT program, that allows you to use alternate (simpler) commands to do multiple sort operations in a single sort step. I think that ICETOOL doesn't do anything that you couldn't do via coding multiple DFSORT steps -- it just makes coding them a bit easier.

ICETOOL is supplied as part of the basic SORT package -- if you have DFSORT, you also have ICETOOL. Many people don't seem to realize this. And some troglydite managements don't understand this, and forbid use of ICETOOL in production, restricting programmers to only SORT steps. Such managements are fools (but, alas, not uncommon).

SYNCTOOL is Syncsort, Inc.'s version of the ICETOOL package.

All these are very similar products -- they all do basic sorting. And they use similar commands. For most basic sort operations, the same commands will work in all the products. When you get into more advanced functions, there are some differences between them -- some functions are only offered in one or the other product, and sometimes different syntax is used for the same operations.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1