<?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: SAS Studio large dataset error in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913296#M27930</link>
    <description>&lt;P&gt;I would start by adding the COMPRESS option to each of the large datasets:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Want (compress = yes);
  set Have;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That should allow you to process more data. If that isn't enough then delete any earlier datasets in your program that you no longer need:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library = WORK;
  delete Have;
  run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 01:04:47 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2024-01-29T01:04:47Z</dc:date>
    <item>
      <title>SAS Studio large dataset error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913295#M27929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the University sas studio version and working with large datasets for my practicum. After running a few data sets, I start receiving the following errors that prevents me from running future code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Error opening file. File =/saswork/SAS_work868100004FE6_odaws02-usw2-2.oda.sas.com/#LN00081. System Error Code = 122.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Invalid open mode.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: No body file. HTML5(WEB) output will not be created.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Can someone assist with this? I have cleared my library but that has not fixed the issue.&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jan 2024 00:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913295#M27929</guid>
      <dc:creator>PunkinSAS08</dc:creator>
      <dc:date>2024-01-29T00:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio large dataset error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913296#M27930</link>
      <description>&lt;P&gt;I would start by adding the COMPRESS option to each of the large datasets:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Want (compress = yes);
  set Have;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That should allow you to process more data. If that isn't enough then delete any earlier datasets in your program that you no longer need:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library = WORK;
  delete Have;
  run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 01:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913296#M27930</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-01-29T01:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio large dataset error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913468#M27944</link>
      <description>&lt;P&gt;This allowed me to run more additional datafile but it's ultimately filled past that point. What if I switched all the datasets over into permanent sas libraries, would this combat the issue? I am currently working with large CSV files and could potentially switch them to sas7bdat form and try this way.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 20:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913468#M27944</guid>
      <dc:creator>PunkinSAS08</dc:creator>
      <dc:date>2024-01-29T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio large dataset error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913470#M27945</link>
      <description>&lt;P&gt;Generally, WORK data sets and permanent SAS data sets take up the same amount of space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using SAS/Studio via SAS On Demand for Academics, there are also size limits which would potentially prevent you from working with huge data sets.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 20:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-large-dataset-error/m-p/913470#M27945</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-29T20:34:34Z</dc:date>
    </item>
  </channel>
</rss>

