IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Advantage of ICETOOL over SORT


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudhakar_lendave

New User


Joined: 21 Nov 2006
Posts: 48
Location: mumbai

PostPosted: Mon Sep 01, 2008 6:16 pm
Reply with quote

I have a problem " Copy one file(with length n) to another while inserting a 4 spaces in a output so that making it's length n+4"
I know it can be done using PGM=SORT with control card as
"OPTION COPY
OUTREC BUILD=(1,08,09:4C' ',09,122)"
(input file being 130 in length here)
I know, it can also be done using ICETOOL.
Now, I want to know, if I used ICETOOL- how it would be advantageous?
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Mon Sep 01, 2008 10:03 pm
Reply with quote

There is no advantage to doing this kind of thing with DFSORT's ICETOOL vs DFSORT. They would both accomplish the same thing.

The use of DFSORT's ICETOOL is advantageous for functions such as SELECT FIRSTDUP, SELECT FIRST(n), SPLICE WITHANY, DATASORT, SUBSET, etc that cannot be done easily or at all with DFSORT alone. ICETOOL is also advantageous for doing multiple operations in a single step rather than using multiple steps with DFSORT.

For complete details on DFSORT's ICETOOL, see:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA20/6.0?DT=20060615185603

For complete details on the newest functions added to DFSORT's ICETOOL, see:

Use [URL] BBCode for External Links
Back to top
View user's profile Send private message
sudhakar_lendave

New User


Joined: 21 Nov 2006
Posts: 48
Location: mumbai

PostPosted: Tue Sep 02, 2008 10:05 am
Reply with quote

Thanks Frank.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
Search our Forums:

Back to Top