Hi, thank you for your assistance and Happy Holidays!
I have a test process for training that I've been running OK for a few months, however recently a lot of my code has suddenly stopped working (I've made no edits to it...), and so I'm receiving the following error, log attached. I've implemented this code to bypass the normal "Working" memory library in order to continue to test this process in the short-term. However, as of late this does not work either.
libname user '/folders/myfolders/';
Did work space restrictions recently tighten around SAS University? Does anyone have suggestions on how I can overcome?
Andy
If you've had some crashes with SAS UE it ends up keeping those temporary files and not cleaning the work space properly. If SAS has crashed a few times this can be the reason. You can try either reinstalling or cleaning the work files area manually. It isn't easy you need to find the write commands so I usually just re-install.
For working with large files in SAS UE I usually recommend placing your work library outside of the VM and then you can clean it up easily if needed. But make sure to do it periodically otherwise your HD will get overrun because there's no automatic clean up.
@agbpilot wrote:
Hi, thank you for your assistance and Happy Holidays!
I have a test process for training that I've been running OK for a few months, however recently a lot of my code has suddenly stopped working (I've made no edits to it...), and so I'm receiving the following error, log attached. I've implemented this code to bypass the normal "Working" memory library in order to continue to test this process in the short-term. However, as of late this does not work either.
libname user '/folders/myfolders/';
Did work space restrictions recently tighten around SAS University? Does anyone have suggestions on how I can overcome?
Andy
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.