Yup!
CPYF fromfile(xxx) tofile(xxx) FMTOPT(*MAP *DROP). ;-)
(you can't do that in SQL...)
-sjl
"Michael Ryan" wrote in message
news:mailman.17704.1362583290.10847.midrange-l@xxxxxxxxxxxx...
I need to insert corresponding columns from TableB into TableA. TableB has
more columns than TableA. All the rows will be inserted. I need the
equivalent of CPYF FMTOPT(*MAP *DROP). I don't want to specify all the
column names if I don't have to. Any ideas?
Thanks!