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.

 

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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