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

Hello All,

 

I would like to make a SAS dataset available to all users can be loaded into server memory (RAM) for sharing. I would like to not have to restart the server if I can (as indicated in the PROC SERVER ALLOCATE function). Is this possible?

 

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

The easiest way would be to create a RAM-based virtual disk, and copy the tables you want to accelerate there.

 

This will appear to SAS as a normal disk, and you can use it and manage it as any other disk resource from SAS.

View solution in original post

8 REPLIES 8
MattSan
Calcite | Level 5

I am not sure. How do I go about finding out if we have SAS/Share?

SASKiwi
PROC Star

What is your reason for wanting to share an in-memory SAS dataset on a standard SAS App server? This is exactly what SAS VA does. Is this a possibility for you as it would be a much more robust solution than SASFILE? 

MattSan
Calcite | Level 5

Hello, my team needs to access five readonly files on a regular basis and I thought that putting these files in memory would speed up I/O. We have quite a bit of RAM that is not being utilised on our server (128GB).

MattSan
Calcite | Level 5

This is exactly what I am looking for however I do not know how to implement this. Do you have any resources on how to implement this?

ChrisNZ
Tourmaline | Level 20

The easiest way would be to create a RAM-based virtual disk, and copy the tables you want to accelerate there.

 

This will appear to SAS as a normal disk, and you can use it and manage it as any other disk resource from SAS.

MattSan
Calcite | Level 5

Thank you for your response, could you perhaps point me to resources that explain how to implement your idea?

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 8 replies
  • 2152 views
  • 1 like
  • 4 in conversation