Sqlcode Intermediate
Joined: 15 Dec 2006 Posts: 157 Topics: 38
|
Posted: Fri Aug 01, 2008 10:34 am Post subject: ICEMAN and SORT |
|
|
I have a step in JCL one which uses SORT. Now, I have someone telling me ICEMAN is better in terms of performance which I dont really believe in.
As far as I know, SORT may internally decide to call ICEMAN if it finds need for that.
Below are the steps.
//SORT01 EXEC PGM=ICEMAN
//SORT01 EXEC PGM=SORT
Can someone confirm this?
If ICEMAN is same as SORT,do we have manual link which says they both are same?
OR
If ICEMAN is better, what are the parameters which makes it better?
Thanks, |
|