COPY a Table
You can copy an existing table to a new table with a different name. The new table must not exist. If the table has a lock, the lock will be copied as well.
INGRDS COPY tab1 NEWTABLE(tab2)
You can copy an existing table to a new table with a different name. The new table must not exist. If the table has a lock, the lock will be copied as well.
INGRDS COPY tab1 NEWTABLE(tab2)