<?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: Getting DISK Full in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712485#M219669</link>
    <description>&lt;P&gt;Remote server--wondering if the work area where the TEMP space is defined filling up??&amp;nbsp; or is there something I need to code to make this process work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc SQL;&lt;BR /&gt;&amp;nbsp;create Index xeltrans on Pcbsusp.seltrans&lt;BR /&gt;&amp;nbsp;(emp_ssn, pp_beg_dt , prcs_pp, txn_pfx_cd, txn_sfx_cd);&lt;BR /&gt;INFO: Multiple concurrent threads will be used to create the index.&lt;BR /&gt;NOTE: Sort execution failure.&lt;BR /&gt;INFO: A single thread will be used to create the index.&lt;BR /&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000072'n.UTILITY.&lt;BR /&gt;NOTE: File WORK.'SASTMP-000000072'n.UTILITY is damaged. I/O processing did not complete.&lt;BR /&gt;WARNING: Limited resources when loading index xeltrans_qtr2 for file PCBSUSP.SELTRANS_QTR2.INDEX&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 19:21:24 GMT</pubDate>
    <dc:creator>KAS25</dc:creator>
    <dc:date>2021-01-19T19:21:24Z</dc:date>
    <item>
      <title>Getting DISK Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712461#M219660</link>
      <description>&lt;P&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000072'n.UTILITY.&lt;/P&gt;&lt;P&gt;NOTE: File WORK.'SASTMP-000000072'n.UTILITY is damaged. I/O processing did not complete.&lt;/P&gt;&lt;P&gt;WARNING: Limited resources when loading index&lt;/P&gt;&lt;P&gt;Thanks any help or advice would be appreciate&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 18:02:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712461#M219660</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2021-01-19T18:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting DISK Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712476#M219666</link>
      <description>&lt;P&gt;Please post the code that is causing the issue. Do you use SAS on your PC or connect to a remote SAS server?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 18:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712476#M219666</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-19T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting DISK Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712485#M219669</link>
      <description>&lt;P&gt;Remote server--wondering if the work area where the TEMP space is defined filling up??&amp;nbsp; or is there something I need to code to make this process work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc SQL;&lt;BR /&gt;&amp;nbsp;create Index xeltrans on Pcbsusp.seltrans&lt;BR /&gt;&amp;nbsp;(emp_ssn, pp_beg_dt , prcs_pp, txn_pfx_cd, txn_sfx_cd);&lt;BR /&gt;INFO: Multiple concurrent threads will be used to create the index.&lt;BR /&gt;NOTE: Sort execution failure.&lt;BR /&gt;INFO: A single thread will be used to create the index.&lt;BR /&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000072'n.UTILITY.&lt;BR /&gt;NOTE: File WORK.'SASTMP-000000072'n.UTILITY is damaged. I/O processing did not complete.&lt;BR /&gt;WARNING: Limited resources when loading index xeltrans_qtr2 for file PCBSUSP.SELTRANS_QTR2.INDEX&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 19:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712485#M219669</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2021-01-19T19:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting DISK Full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712487#M219670</link>
      <description>&lt;P&gt;Talk to your SAS administrator regarding how much WORK space you are using. Normally when you exit your SAS session this space is cleared, but abnormal terminations can leave WORK folders lying around. Usually SAS servers run a regular CLEANWORK process to deal with this. Your administrator will be able to confirm what space you have available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creating indexes requires the use of WORK utility files that can get rather large, particularly if indexing large datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run this to confirm your WORK folder location:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library = WORK;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jan 2021 19:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-DISK-Full/m-p/712487#M219670</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-19T19:34:04Z</dc:date>
    </item>
  </channel>
</rss>

