Hello,
I have been trying to adjust to the changes in the new version of SAS studio. It deleted mydata folder. Because I am trying to import data into a perminent folder. I also am trying to import a csv file using proc import. I know I coded this correctly. However, ever since i updated sas, the log states " Error: Library mydata doesn't exist." Thus, it also has an error stating the file i am trying to create doesn't exist. So I went back to the libname statement log for this is as follows:
libname mydata "/folders/myshortcuts/myfolder"; run;
Why doesn't the mydata folder exist anymore ? Also, the other day i tried the sasuser folder instead, and I was in the same situation. What is going on ?
Thanks,
LMP
You forgot an 's'.
It's myfolders that it's expecting, all lower case.
Delete the shared folder in Virtual box, rename the folder in windows, and then add it back to the shared paths.
The 'connection' to your previous myfolders may be gone, but if you know where you set it up you can set up the new version to the same location and you'll be fine.
You forgot an 's'.
It's myfolders that it's expecting, all lower case.
Delete the shared folder in Virtual box, rename the folder in windows, and then add it back to the shared paths.
The 'connection' to your previous myfolders may be gone, but if you know where you set it up you can set up the new version to the same location and you'll be fine.
Yeah, I figured it out. Thank you!
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.