Hello,
I am running a numerical simulation with PROC SIMNORM which is trying to create a large data set that has 6 columns as output. The input is a dataset with 26,040,000 rows.
PROC SIMNORM appears to be handling it well until it runs out of work space. So, I would like to know how to redirect SAS where it writes the temporary work files.
Basically, I have 1.4Tb available on another disc (F: drive), and would like to try to use this instead of the default which is on the C: drive.
I do have admin rights.
Help very gratefully received
Piers C
Goodness me - so straightforward
I just tested the first step in my script, and the first data set was stored in the new location just fine (I renamed the library to be called PLCTEMP).
However, in the explorer view, I notice that if I try to renew or delete the datafile it wont let me.
It gives the following:
ERROR: A lock is not available for PLCTEMP.RAW.DATA
Presumably this has to do with write/read permission.
Is this solvable?
Best, and very many thanks so far
Piers
Goodness me - so straightforward
I just tested the first step in my script, and the first data set was stored in the new location just fine (I renamed the library to be called PLCTEMP).
However, in the explorer view, I notice that if I try to renew or delete the datafile it wont let me.
It gives the following:
ERROR: A lock is not available for PLCTEMP.RAW.DATA
Presumably this has to do with write/read permission.
Is this solvable?
Best, and very many thanks so far
Piers
I could try drive G: which also has more space than C:
Drive F: has been assigned to be my google drive and I has had odd problems with read/write access for SAS using this drve before, for reasons that are very opaque
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.