<?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: Need more disc space for a simulation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737239#M229821</link>
    <description>&lt;P&gt;I could try drive G: which also has more space than C:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drive F: has been assigned to be my google drive and I has had odd problems with read/write access for SAS using this drve before, for reasons that are very opaque&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 12:32:16 GMT</pubDate>
    <dc:creator>Piers</dc:creator>
    <dc:date>2021-04-27T12:32:16Z</dc:date>
    <item>
      <title>Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736953#M229696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a numerical simulation with PROC SIMNORM which is trying to create a large data set that has 6 columns as output. The input is a dataset with 26,040,000 rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SIMNORM appears to be handling it well until it runs out of work space. So, I would like to know how to redirect SAS where it writes the temporary work files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I have 1.4Tb available on another disc (F: drive), and would like to try to use this instead of the default which is on the C: drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have admin rights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help very gratefully received&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Piers C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736953#M229696</guid>
      <dc:creator>Piers</dc:creator>
      <dc:date>2021-04-26T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736973#M229701</link>
      <description>libname x v9 'd:\temp';&lt;BR /&gt;options user=x ;&lt;BR /&gt;proc .........</description>
      <pubDate>Mon, 26 Apr 2021 12:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736973#M229701</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-04-26T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736982#M229707</link>
      <description>&lt;P&gt;Goodness me - so straightforward&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just tested the first step in my script, and the first data set was stored in the new location just fine (I renamed the library to be called PLCTEMP).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in the explorer view, I notice that if I try to renew or delete the datafile it wont let me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: A lock is not available for PLCTEMP.RAW.DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Presumably this has to do with write/read permission.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this solvable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best, and very many thanks so far&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/736982#M229707</guid>
      <dc:creator>Piers</dc:creator>
      <dc:date>2021-04-26T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737230#M229816</link>
      <description>It is write/read permission problem. Can you use another folder to assign a LIBNAME ?</description>
      <pubDate>Tue, 27 Apr 2021 12:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737230#M229816</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-04-27T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737239#M229821</link>
      <description>&lt;P&gt;I could try drive G: which also has more space than C:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drive F: has been assigned to be my google drive and I has had odd problems with read/write access for SAS using this drve before, for reasons that are very opaque&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 12:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737239#M229821</guid>
      <dc:creator>Piers</dc:creator>
      <dc:date>2021-04-27T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need more disc space for a simulation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737251#M229826</link>
      <description>Could you try batch process ?&lt;BR /&gt;Direct your WORK into G:  (g:\temp\)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Insufficient-space-in-file-WORK-SASTMP-000000024-n-UTILITY/td-p/737181" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Insufficient-space-in-file-WORK-SASTMP-000000024-n-UTILITY/td-p/737181&lt;/A&gt;</description>
      <pubDate>Tue, 27 Apr 2021 12:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-more-disc-space-for-a-simulation/m-p/737251#M229826</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-04-27T12:53:21Z</dc:date>
    </item>
  </channel>
</rss>

