I have tried using numerous videos, texts and search features here and cannot find out what the issue is with uploading my csv file into enterprise miner. I cannot run the file in SAS Studio without receiving a series of error codes and do not know where to go to find help due to being on the academic on demand version.
WORK is a directory SAS creates as soon as a SAS process is started (in your case, it was SAS_work88EA0000D2CA_odaws04-usw2 in /saswork); this directory is used for all kinds of temporary storage (e.g. a HTML file for sending back to the client for display, like your file /saswork/SAS_work88EA0000D2CA_odaws04-usw2/#LN00047). This directory is deleted when a SAS session terminates gracefully, a crash or a forced kill can prevent this, leading to remnants of previous sessions cluttering up the WORK location; therefore my reference to cleanutil.
Most importantly, a library reference named WORK is created for your SAS session there, where datasets like WORK.CFPBCOMPLAITS are stored.
So you should go check for your quota allowance in /saswork on the SAS server, and have your SAS admin check if remnants of crashed SAS sessions are eating into your quota.
If all this does not lead to a solution, you need to check why you need so much space, and eventually ask for more if your project really demands it.
See http://mazack.org/unix/errno.php
"Disk quota exceeded"
You've used up your space allotment in WORK.
The file itself us under 300MB, is this a SAS or hardware issue?
You have exceeded the quota set by the system administrator. This is neither a hardware nor a SAS issue. Clean up your WORK. In case this does not immediately fix it, have the system administrator run the cleanwork utility.
Had to work yesterday and am carrying a 19 hour semester load, sorry for not replying sooner.
is WORK the same as workspace in each project folder? Or is a command I need to run?
I am either poor at searching for it or there isn't much help in the community on how this is done.
My Quota in the control center implies I have 5 GB of space and am under 600MB
WORK is a directory SAS creates as soon as a SAS process is started (in your case, it was SAS_work88EA0000D2CA_odaws04-usw2 in /saswork); this directory is used for all kinds of temporary storage (e.g. a HTML file for sending back to the client for display, like your file /saswork/SAS_work88EA0000D2CA_odaws04-usw2/#LN00047). This directory is deleted when a SAS session terminates gracefully, a crash or a forced kill can prevent this, leading to remnants of previous sessions cluttering up the WORK location; therefore my reference to cleanutil.
Most importantly, a library reference named WORK is created for your SAS session there, where datasets like WORK.CFPBCOMPLAITS are stored.
So you should go check for your quota allowance in /saswork on the SAS server, and have your SAS admin check if remnants of crashed SAS sessions are eating into your quota.
If all this does not lead to a solution, you need to check why you need so much space, and eventually ask for more if your project really demands it.
I think I figured it out, WORK file in Library. I cleaned up everything from there and the file folder drop down but the large file still bogs down the system too much and ultimately comes back with a "selected file does not exist" when I try to import it in studio.
I think I am just going to break it down into more manageable chunks and try that route.
I appreciate the help
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Ready to level-up your skills? Choose your own adventure.