Hi, I'm attempting to run Proc Append for the first time. I'm running into an error. Would you be able to help?
The SAS database I'm trying to append to is located in 'myfolders' (within the SASUniversityEdition folder); the file is mailer_database.sas7bdat
Syntax:
PROC APPEND BASE=dm.MAILER_DATABASE DATA=ENTRY_LVL ;
RUN;
Log error:
Libref DM is not assigned
Appreciate it,
Andy
Is the library assigned?
Libraries don't stay between session unless you've specifically enabled them.
See the training videos here
http://support.sas.com/training/tutorial/
Here's a specific one on assiging and using libraries
http://support.sas.com/training/tutorial/studio/access-data.html
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.