Been forever since I used an AS/400. You *can* get your data via FTP, correct? Would it be possible to parse out the 'packed' files using Perl (or some such) to extract out your data and then load them into MS SQL afterwards? Will most likely be much faster on the load, but you'll probably spend quite a bit of time developing the 'parsing' script/app.
Main Topics
Browse All Topics





by: daveslaterPosted on 2009-10-01 at 08:28:42ID: 25469750
If you have the disk space I would craete a new file with the data in it; simply changed the packed fields to signed numerics in the new file, then do a cpyf oldfile newfile fmtopt(*Map *Drop) then FTP this file.
Dave