Dataextract
15 pts. | Nov 14 2009 5:16AM GMT
Can you please clarify for non-techie. I assume we are left with a multi-step process like:
1. writing SQL to pull data from DB2/400
2. create file for input into utility or excel etc for cleaning
3. update new dbase (from cleansed file) with import program that should exist with new application.
Thanks
CharlieBrowne
6350 pts. | Nov 14 2009 4:23PM GMT
Yes, that’s about it.
The hardest part is field mapping.
On your current system, you may have a data file with a data element called CODE. It may have a value of A, B, or C. You will need to know what to do with those codes. Are they still needed? Do you need to write values to different files depending on the code? If you have CODE = A, does that mean the you have to have values in other files?
The point here is you need to understand all the data elements on the current system and then be able to map them to data elements on the new system.






