Hi SAS Community,
I am submitting the following %INCLUDE statement, and getting an error. I cannot figure out why.
I have to use VMware to remotely connect to my desktop.
The statement is below, and the error I get follows.
%include 'X:\LS\LSDatabase\SASView\LSDBformats.sas';
NOTE: Library LIBRARY does not exist.
ERROR: Library LIBRARY does not exist.
Can someone please help me figure this out?
Thank you,
Aaron
What is the actual code in the %include file?
It appears to be attempting to use a Library named "LIbrary". Do you currently have such a library active? If not then that is the issue.
If the code is supposed to create the library then there is likely more to the log about a failure.
What is the actual code in the %include file?
It appears to be attempting to use a Library named "LIbrary". Do you currently have such a library active? If not then that is the issue.
If the code is supposed to create the library then there is likely more to the log about a failure.
Thanks.
The libname of Library was being specified in the external file, using the wrong directory among my set of shared drives.
I opened the external file, and fixed it.
Regards,
Aaron
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.