If you want create new table TBLNEW based on existing TBLOLD, run SELECT statement to outfile(F13 0pt1 then Opt3)with all fields you need. If you need different names in TBLNEW use LABLE ON(OFF) on new table or use alias names in your SELECT statement: SELECT OLDF1 NEWF1, OLDF2 NEWF2 ..... FROM TBLOLD.

Reply With Quote