In this post, they use proc datasets with some success:
proc datasets library = accdb nolist;
append base = myaccdb.class
data = sashelp.class;
force;
run;
quit;
In this post, they use proc datasets with some success:
proc datasets library = accdb nolist;
append base = myaccdb.class
data = sashelp.class;
force;
run;
quit;
Hi Gil,
if you want to append data sets , first you have to remove Primary key constraint, as you know it wouldn't allow duplicate values.
or
Proc append will run without any error but in log you will get warning . Like " Add/Update failed for data set because data value(s) do not comply with integrity constraint primary key, number of observations rejected."
Thanks,
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.