(Without specifying a column list on the insert and suppling default values
in the select statement to account for the missing columns...)
- sjl
"TheBorg" wrote in message
news:mailman.17707.1362585230.10847.midrange-l@xxxxxxxxxxxx...
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!