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

Diff btw LOAD RESUME and LOAD REPLACE


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

New User


Joined: 06 May 2005
Posts: 14

PostPosted: Tue Feb 28, 2006 2:47 am
Reply with quote

Pls let me know the diff btw
LOAD RESUME and LOAD REPLACE

Thks
Back to top
View user's profile Send private message
amitava
Warnings : 1

Active User


Joined: 30 Oct 2005
Posts: 186
Location: India

PostPosted: Tue Feb 28, 2006 9:31 am
Reply with quote

Hi zatish,
I think by LOAD RESUME it means that the loading into DB2 table it will just start loading where after it was stopped. All the old datas will be available after loading here.
But by LOAD REPLACE it means that the table will be truncated and then the loading will take place. So by this way, all the old datas will not be available.
Back to top
View user's profile Send private message
ragshere

New User


Joined: 20 Dec 2004
Posts: 70

PostPosted: Tue Feb 28, 2006 10:59 am
Reply with quote

Hi,
LOAD RESUME will append the data to the table. That means you won't lost existing data.

LOAD REPLACE will delete the existing data in tablespace(i.e all the tables in tablespace will lost the data) and load the given data in mentioned table.



Hope you got me.


Thanks
Raghavendra
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top