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

Comparison of two VSAM Files.


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
luvkishore75

New User


Joined: 29 Mar 2006
Posts: 2
Location: Bangalore

PostPosted: Fri Mar 31, 2006 12:11 pm
Reply with quote

hi , i need help , here is the situation,

there are 2 files( vsam ksds of record length 1500) around 3 millions of data.

one is a master file and another is updated file (having same structure)

i need to compare these two files and write the difference in to third file and delete the record in the master file.

i should write a procedure that has to run on daily schedule.

is there any feasible method other than writeing program, as i need to compare 120 files in the similar manner.

if programing is the only better way,please send me some sample code.

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

Active User


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

PostPosted: Fri Mar 31, 2006 7:15 pm
Reply with quote

hy luvkishore75,

note that any vsam file is managing itself,
therefore you cannot be sure, if the sequence
will be the same...
therefore unload the vsam files sequentially using idcams
repro, and compare them in the manner you need.
use then icetool to do this for you...

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

New User


Joined: 29 Mar 2006
Posts: 2
Location: Bangalore

PostPosted: Tue Apr 04, 2006 2:10 pm
Reply with quote

Hi Martin,

Thanks for ur solution.

To elobarate more :

There are 2 files( vsam ksds of record length 1500) around 3 millions of data.

one is a master file and another is updated file (having same structure)

i need to compare these two files and write the difference in to third file and delete the record in the master file.

i should write a procedure that has to run on daily schedule.

is there any feasible method other than writeing program, as i need to compare 120 files in the similar manner.

Can you just reply with sample code?

Thanks in Advance.
nanda Kishore
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
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
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top