proc append base=db.acct (TPT=YES MULTISTMT=YES TPT_PACKMAXIMUM=YES
keep=x y z) data=curr_acct;
run;
I am getting the below error-
NOTE: Appending WORK.CURR_ACCT to db.acct.
NOTE: BASE data set does not exist. DATA file is being copied to BASE file.
NOTE: SAS variable labels, formats, and lengths are not written to DBMS tables.
WARNING: Engine TERADATA does not support SORTEDBY operations. SORTEDBY information cannot be copied.