Hi All,
I have a daily file that holds all historical data which I use to replace the data in a table.
I have the following code that appends data to a table but how do I use a data step to replace all the data?
Data Step used to append data
Data worklib.OriginalData;
Set worklib.OriginalData
WORK.appenddata
;
Run;Any help appreciated.
Cheers
Dean
Not sure what you question is since you appear to already know how to REPLACE that dataset.
Your current program is replacing the dataset with the data from current dataset AND the data from another dataset.
If you just want to replace it with another dataset then don't include the current dataset in the SET statement.
Not sure what you question is since you appear to already know how to REPLACE that dataset.
Your current program is replacing the dataset with the data from current dataset AND the data from another dataset.
If you just want to replace it with another dataset then don't include the current dataset in the SET statement.
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!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.