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

Reagarding load to DB2 Table


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

New User


Joined: 01 Jul 2008
Posts: 60
Location: Kolkata

PostPosted: Mon Aug 18, 2008 5:53 pm
Reply with quote

Hi,
When we load through load utility in an empty DB2 tablespace we use load cards like
'LOAD DATA LOG NO' ......or else if the tablspace is not empty and we want to replace the entire existing data with new data , we use:
'LOAD DATA REPLACE LOG NO'...like this way.

But I want to append rows into a table means I want to keep existing records as it is and want to add few more rows along with existing rows.

Can anyone please tell me how to do that.I mean is there anything needs to be changed in load card?or what will be the load card to append rows.
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Mon Aug 18, 2008 7:16 pm
Reply with quote

Try,

LOAD DATA RESUME YES LOG NO
Back to top
View user's profile Send private message
sid_aec

New User


Joined: 01 Jul 2008
Posts: 60
Location: Kolkata

PostPosted: Tue Aug 19, 2008 9:55 am
Reply with quote

Thanks a lot to you....
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 Pulling a fixed number of records fro... DB2 2
No new posts How to load to DB2 with column level ... DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top