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

RAPSORT - to speed up HDAM load


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mistermind

New User


Joined: 08 Feb 2008
Posts: 46
Location: Dublin

PostPosted: Tue Feb 10, 2009 9:06 pm
Reply with quote

Anybody used this before:

If processing large HDAM or DEDB databases
then sorting the driving input into the same
physical sequence as the DB will significantly
improve performance. This process is often
referred to as a RAPSORT and is simply an inhouse
utility that reads the input file, gets the
DB key and invokes the appropriate IMS
randomiser to get the physical offset in the
DB, and then creates an output file with each
record prefixed by the physical offset value.

This file is then sorted in the order of the
physical offset, striping the offset. The new
input file is now in the same order physically
as the DB.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Wed Feb 11, 2009 5:55 pm
Reply with quote

Quote:
RAPSORT and is simply an inhouse utility


We would not have experience with this unless we were there. If you try to LOAD a keyed database out of sequence, the LOAD will not work. HDAM does not have a separate index, but it is keyed. I always just used syncsort - any external sort will work - sorted the input file in key sequence and then ran the load.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts DB2 Load - Sort Or order BY DB2 1
No new posts DB2 Load - NUMRECS DB2 3
Search our Forums:

Back to Top