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

Do we have any faster load utility for DB2?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amolgijare

New User


Joined: 19 Mar 2005
Posts: 8
Location: Pune, India

PostPosted: Wed Sep 27, 2006 3:55 pm
Reply with quote

hi,

we are having one conversion projects. Here we need to insert lot of data in multiple db2 tables. does anyone know any faster loan utility for DB2?

other than : DSNUTILB

Thanks,
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Wed Sep 27, 2006 9:06 pm
Reply with quote

Mostly in our shop we use DSNUTILB and PLATINUM, i some cases PLATINUM works faster, try both and compare.
Back to top
View user's profile Send private message
amolgijare

New User


Joined: 19 Mar 2005
Posts: 8
Location: Pune, India

PostPosted: Thu Sep 28, 2006 10:33 am
Reply with quote

Can you provide me with some example of platinum.

Thanks in advance.
Amol
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Thu Sep 28, 2006 10:13 pm
Reply with quote

Here is example of PLATINUM load control statements:

-Does load Replace (Replace all rows)
-Puts table in RW status
-Does Image copies

Code:

FASTLOAD                                     
  REPLACE                                     
  STARTUP-ACCESS     RW                       
  ESTIMATED-ROWS   000100000                 
  DMS/OS                                     
  ALLMSGS                                     
  QUICKCOPY COPY01(Y,SYSCP101,,LP,TAP38)     
            COPY02(Y,SYSCP201,,RP,TAP38)     
  SORTDEVT SORTDA                             
  SORTNUM 8                                   
  SPACE-DEFN NO                               
  UPDATE-SYSCOPY                             
  UPDATE-CATSTATS ALL                         
  INTO TABLE 'table name'
Back to top
View user's profile Send private message
amolgijare

New User


Joined: 19 Mar 2005
Posts: 8
Location: Pune, India

PostPosted: Fri Sep 29, 2006 10:58 am
Reply with quote

Thanks icon_smile.gif
Back to top
View user's profile Send private message
meetreks

New User


Joined: 28 Sep 2006
Posts: 26
Location: Edinburgh

PostPosted: Mon Oct 02, 2006 7:47 pm
Reply with quote

One Problem with PLATNIUM though is it always DELETE/DEFINES the cluster before loading. This might take some extra time for bigger tables.
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 -> DB2

 


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 ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts DB2 Load - Sort Or order BY DB2 1
Search our Forums:

Back to Top