Hi all,
First of, I have seen different "solved" posts regarding this subject. I am a very new sas user and even with those directions I cant derive to a solution.
Background:
I have several datasets (.csv format) that were meant to be put together in Postgres, but I am trying to learn how to use SAS and would like to combine them in SAS. Keyword to combine is a numeric variable patientUnitStayID (Somewhere around a million observations and 300 variables total)
Problem:
I have been doing so by merging tables, but every now and then I get this annoying "out of space message"
Questions:
Is there a quick and dirty solution for this? (besides buying more storage)
Thank you in advance,
JG
Try adding this statement at the start of your program: options compress = binary; This will compress all of the SAS datasets written after this statement and may give you enough breathing room to avoid running out of space.
SASKiwi,
Thank you for your tip!, I will use it tonight and for sure let you know.
Thanks again,
JG
Reeza,
If you have time to show me how to redirect the work library on my mac I would really appreciate it.
And yes I am using SAS UE.
I owe you the VM settings (I am not using that PC right now).
Thanks again,
JG
It worked! Thanks again!
JG
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.