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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.