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

DB2--Load resume query.


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

Active User


Joined: 18 Jan 2010
Posts: 143
Location: Pune

PostPosted: Wed Mar 17, 2010 2:52 pm
Reply with quote

I have one load PS file. WHile loading the data i need to take care that the original records shld not be deleted and new records are to be inserted based on following contions-table should not have multiple entries with CUST_NO,SYS_CDE and APPL_NO. I am using following query:
LOAD DATA RESUME YES LOG NO NOCOPYPEND INDDN SYSREC00 INTO TABLE .tablename

Here the orginal data is deleted and new records are just inserted.


Kindly revert .
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Mar 17, 2010 3:08 pm
Reply with quote

Hello Krunal,

You have used RESUME YES so it wont delete existing record .It will insert the record if RI , Uniqueness or primary key not voilted otherwise ignore that record.
Back to top
View user's profile Send private message
krunalbafna
Warnings : 1

Active User


Joined: 18 Jan 2010
Posts: 143
Location: Pune

PostPosted: Wed Mar 17, 2010 3:17 pm
Reply with quote

Hi ekta,
There is no primary key defined for the table.
Also i did not got what does RI mean,


Shall i use query in following way:

LOAD DATA RESUME NO LOG NO NOCOPYPEND INDDN SYSREC00 INTO TABLE .tablename
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Mar 17, 2010 8:16 pm
Reply with quote

Please post in the appropriate forum next time.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Mar 17, 2010 8:20 pm
Reply with quote

Hello,

Did you read this . . .?
Quote:
You have used RESUME YES so it wont delete existing record

Does this tablespace have multiple 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 RC query -Time column CA Products 3
No new posts REASON 00D70014 in load utility DB2 6
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top