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

SPLICE Without an internal sort


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

New User


Joined: 07 Feb 2009
Posts: 1
Location: UK

PostPosted: Fri Feb 13, 2009 7:02 pm
Reply with quote

Hi,

Is it possible to do a ICETOOL SPLICE without an internal sort?

We are doing some splicing where the files to be spliced are already in the correct sequence for the ON field.

I have noticed that the SPLICE function does an internal sort on the ON field. For some of our larger datasets (10 million + records) this sort must be a significantly overhead in the CPU / I/O cost of the splice?

Thanks

Phil
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: Fri Feb 13, 2009 9:39 pm
Reply with quote

Phil,

If the records are already in sorted order by the ON field, you can do a COPY instead of a SORT, e.g,.

Code:

//TOOLIN DD *
SPLICE ... USING(CTL1)
//CTL1CNTL DD *
   OPTION COPY
/*
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 how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
Search our Forums:

Back to Top