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

Loading VSAM Files into a DB2 table


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

New User


Joined: 19 Feb 2005
Posts: 25
Location: chennai

PostPosted: Sat Apr 01, 2006 2:35 pm
Reply with quote

HI.

I am extracting the records (about 18 million records) from a VSAM
file and loading it into a DB2 table.

On the very next day some of the records (say 1 million records) in
the VSAM file are getting changed/updated. Now, I want to load only
these changed records from VSAM file to the same DB2 table and not all
the 18 million records. So what kind of DB2 utility I need to use for
that...please throw ur suggestions


thanks,
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Sat Apr 01, 2006 3:13 pm
Reply with quote

hy logaas,

first of all, you should consider a clever way, how to find out
the changed/updated vsam records only. maybe you should
do this with an update-timestamp.
for loading the changed/updated vsam records to db2,
you can do this with APPEND...

martin9
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top