View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue Aug 25, 2009 7:00 pm Post subject: sort or idcams |
|
|
I have a VSAM file which has records with keys but some bad data, what I want is to delete those records based on my key condition and then I want to copy the records from test file which I have correct data so solutions I am thinking is:
a) using sort include cond ,copy those selected records to a new VSAM file for keeping track of count
b) copy from test correct records to prod vsam file using sort
or
a) copy from test correct records to prod vsam file using idcams replace
I want to keep track of how many records were removed , how many were replaced / added. How can i know through automated way. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|