BookmarkSubscribeRSS Feed
windlove
Fluorite | Level 6

I am not sure how SAS server works. My local SAS EG is a 32bit version, but it submits code to a 64bit SAS server. So if I am running a hash table, can it utilise more than 4G RAM on the server?

4 REPLIES 4
Kurt_Bremser
Super User

EG is just a frontend that sends code and receives results, it does not interact directly with the SAS session memory. Memory available during data step execution is solely a matter of the server-side SAS process.

Make sure that the workspace server is started with a sufficient MEMSIZE setting, and your user has no memory limits set that might restrict you. The latter needs to be checked with the server admin(s).

windlove
Fluorite | Level 6

Thanks for the reply. Does it mean 32bit or 64bit SAS EGs have no difference if having a SAS server? 

But it does have difference if running on a local desktop or laptop, doesn't it?

Kurt_Bremser
Super User

With the Local server it also depends solely on the Base SAS installation. IIRC, you can use a 32-bit EG with a 64-bit local SAS. At least I think I have done that at one time.

ChrisHemedinger
Community Manager

I wrote about this in a blog article a while ago. Excerpt:

 

Remember, the 32-bit version of SAS Enterprise Guide works great on 64-bit Windows. You can use it to access a 64-bit version of SAS, and it's the SAS process that does the heavy lifting. Using the 32-bit version of SAS Enterprise Guide does not limit your ability to access large data or to use SAS for any memory-intensive processing.

 

The only benefit that a 64-bit version of SAS Enterprise Guide might offer is the ability to run really big projects and process flows. That's because project files and ODS results are loaded into the SAS Enterprise Guide process space. (That's SEGUIDE.EXE if you're keeping track in Windows Task Manager.) But those projects would have to be really big, with big results, to consume an amount of memory beyond what you can address with 32-bits.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 4 replies
  • 793 views
  • 0 likes
  • 3 in conversation