I have KSDS file with few keys. i want to copy the same VSAM file to an another VSAM file. While copying i want to update one record based on key.
This should be done by jcl.
example:
ctrl card date
123 01122012
124 02122012
125 03122012
123 01122012
124 02122012
125 03122012
In my scenario i know ctrl card to update. It is 124.. date to be update 02122013
So after copied to new file, new file should look like below.
ctrl card date
123 01122012
124 02122013
125 03122012
123 01122012
124 02122013
125 03122012
this should be done in jcl. Please help. Thanks in advance.