Hi,
Why can't use the cursor with Load utility.
See the following example.
db2 declare mycurs cursor for select two,one,three from abc.table1
db2 load from mycurs of cursor insert into abc.table2
In cursor selection select data as per your requirement ie, partially from table partially from file. I hope it will solve your problem. Still if you required some more explanation get back to me.
Bala