In my current project, we are trying to convert
all the VSAM files to DB2 TABLES. We have created the
DB2 tables for each VSAM file.
Now we need to load the data from VSAM files to DB2 tables.
One approach that I have in my mind is to unload the data from VSAM into
flat files using REPRO and then use IKJEFT01 utility to load the data
from flat files to DB2 tables.
I am looking for a better solution, I do not want to create the
intermediate flat file.
Suggestions welcome
Karthik
";
;
;
;
Y cant u use fileaid tool for it........