Just curious why not use cpyf? It is simple and clean. Are you looking for embedded RPG or portability?
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Michael Ryan
Sent: Wednesday, March 06, 2013 9:21 AM
To: Midrange Systems Technical Discussion
Subject: SQL INSERT FMTOPT(*MAP *DROP)
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!