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

Query in BMC Load


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

New User


Joined: 26 Apr 2005
Posts: 87
Location: Hyderabad

PostPosted: Wed Apr 27, 2005 12:18 pm
Reply with quote

Dear All,

Iam having a query in BMC load.

I want to load some datas into a table which is already having some rows and suppose if iam adding a duplicate row, i mean during my load if there is any violation of unique index happens, is there any option to override that while loading itself? I.e I mean to say that i want to skip the record while loading if there is already a row of same index value.

Hope Iam clear on my query. If you need any clarifications regarding that please make a note to me.

Thank You.
Back to top
View user's profile Send private message
shaik Madar vali

New User


Joined: 28 Apr 2005
Posts: 8

PostPosted: Mon May 02, 2005 5:08 pm
Reply with quote

Hi,

DISCARD 0 in Load Card will discard if the record duplicate..


LOAD DATA LOG NO RESUME NO REPLACE NOCOPYPEND
STATISTICS TABLE ALL INDEX ALL DISCARDS 0

regs,
Vali
Back to top
View user's profile Send private message
notonly4u

New User


Joined: 26 Apr 2005
Posts: 87
Location: Hyderabad

PostPosted: Mon May 02, 2005 5:15 pm
Reply with quote

Thanks Vali.....

Thats sounds interesting. I'll try that and let you know.

Regards,
----------
Back to top
View user's profile Send private message
RAJ1965

New User


Joined: 07 Aug 2006
Posts: 6

PostPosted: Thu Aug 24, 2006 6:24 pm
Reply with quote

I need to find all the points of update done to the DB2 tables.
How can I read the DB2 LOG to find the information.
What is the record layout of the log?
Can anyone help me?
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