<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Quick and dirty solution for running out of space in SAS Studio? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517341#M3320</link>
    <description>Are you using SAS UE?&lt;BR /&gt;Did you redirect your work library?&lt;BR /&gt;What are your RAM settings for the VM?&lt;BR /&gt;&lt;BR /&gt;One million observations isn't much, but 300 variables is. Make sure you're not keeping multiple copies around as well, that will problematic.</description>
    <pubDate>Fri, 30 Nov 2018 03:14:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-30T03:14:36Z</dc:date>
    <item>
      <title>Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517336#M3316</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;I have several datasets (.csv format) that were meant to be put together in Postgres, but I am trying to learn&amp;nbsp; 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)&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;I have been doing so by merging tables, but every now and then I get this annoying "out of space message"&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;Is there a quick and dirty solution for this? (besides buying more storage)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 03:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517336#M3316</guid>
      <dc:creator>Jarot741</dc:creator>
      <dc:date>2018-11-30T03:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517339#M3318</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 03:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517339#M3318</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-30T03:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517341#M3320</link>
      <description>Are you using SAS UE?&lt;BR /&gt;Did you redirect your work library?&lt;BR /&gt;What are your RAM settings for the VM?&lt;BR /&gt;&lt;BR /&gt;One million observations isn't much, but 300 variables is. Make sure you're not keeping multiple copies around as well, that will problematic.</description>
      <pubDate>Fri, 30 Nov 2018 03:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517341#M3320</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-30T03:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517349#M3324</link>
      <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you have time to show me how to redirect the work library on my mac I would really appreciate it.&lt;/P&gt;&lt;P&gt;And yes I am using SAS UE.&lt;/P&gt;&lt;P&gt;I owe you the VM settings (I am not using that PC right now).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 04:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517349#M3324</guid>
      <dc:creator>Jarot741</dc:creator>
      <dc:date>2018-11-30T04:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517350#M3325</link>
      <description>&lt;P&gt;SASKiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your tip!, I will use it tonight and for sure let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 04:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517350#M3325</guid>
      <dc:creator>Jarot741</dc:creator>
      <dc:date>2018-11-30T04:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517354#M3326</link>
      <description>Create a library called users that points to where you want the files to be stored. Likely a subfolder under myfolders. You’ll have to manually clean it up though. And you’ll also need to set up the user library whenever you start up. You can add it to your autoexec to do that.</description>
      <pubDate>Fri, 30 Nov 2018 04:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517354#M3326</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-30T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Quick and dirty solution for running out of space in SAS Studio?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517663#M3376</link>
      <description>&lt;P&gt;It worked! Thanks again!&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 21:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Quick-and-dirty-solution-for-running-out-of-space-in-SAS-Studio/m-p/517663#M3376</guid>
      <dc:creator>Jarot741</dc:creator>
      <dc:date>2018-11-30T21:02:09Z</dc:date>
    </item>
  </channel>
</rss>

