HI, I wanted to know if the temporary work space work library gets created every time a session is started? or Does it have a dedicated memory allocated to it?
Can we unmount it if required? Please provide links to any papers which point to above question.
Thank you in advance for your response.
@raj231 wrote:
HI, I wanted to know if the temporary work space work library gets created every time a session is started? or Does it have a dedicated memory allocated to it?
Can we unmount it if required? Please provide links to any papers which point to above question.
Thank you in advance for your response.
"if the temporary work space work library gets created every time a session is started" - Yes
"Does it have a dedicated memory allocated to it" - No, WORK is a session specific disk space location used for temporary files only required while a SAS session is up-and-running. It gets cleaned out (removed) when the SAS session ends (unless specifically requested otherwise)
"Can we unmount it if required" - If you want to bring SAS to a grinding halt. Each SAS session creates a folder under the path defined in SAS system option WORK (set during SAS invocation). SAS won't function without such a work folder.
What operating system does your SAS run on? Assuming Windows this reference should help you:
@raj231 wrote:
HI, I wanted to know if the temporary work space work library gets created every time a session is started? or Does it have a dedicated memory allocated to it?
Can we unmount it if required? Please provide links to any papers which point to above question.
Thank you in advance for your response.
"if the temporary work space work library gets created every time a session is started" - Yes
"Does it have a dedicated memory allocated to it" - No, WORK is a session specific disk space location used for temporary files only required while a SAS session is up-and-running. It gets cleaned out (removed) when the SAS session ends (unless specifically requested otherwise)
"Can we unmount it if required" - If you want to bring SAS to a grinding halt. Each SAS session creates a folder under the path defined in SAS system option WORK (set during SAS invocation). SAS won't function without such a work folder.
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!
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.