BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
raj231
Obsidian | Level 7

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Patrick
Opal | Level 21

@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.

 

 

View solution in original post

2 REPLIES 2
Patrick
Opal | Level 21

@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.

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1102 views
  • 2 likes
  • 3 in conversation