<?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 Proc SQL Deleting Records Space Utilization in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550544#M8825</link>
    <description>&lt;P&gt;Hi SAS Experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am deleting records from a table with Proc Sql method, it is deleting the records but it is not reclaiming the space. Everytime I run the same code and inserting it again, It shows the actual number of rows but the space is increasing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can I reclaim the space with Proc SQL method and also why I am seeing this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 08:34:58 GMT</pubDate>
    <dc:creator>ssaha</dc:creator>
    <dc:date>2019-04-12T08:34:58Z</dc:date>
    <item>
      <title>Proc SQL Deleting Records Space Utilization</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550544#M8825</link>
      <description>&lt;P&gt;Hi SAS Experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am deleting records from a table with Proc Sql method, it is deleting the records but it is not reclaiming the space. Everytime I run the same code and inserting it again, It shows the actual number of rows but the space is increasing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can I reclaim the space with Proc SQL method and also why I am seeing this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 08:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550544#M8825</guid>
      <dc:creator>ssaha</dc:creator>
      <dc:date>2019-04-12T08:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL Deleting Records Space Utilization</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550547#M8826</link>
      <description>&lt;P&gt;"Deleting" the way you do it only&amp;nbsp;&lt;EM&gt;marks&lt;/EM&gt; the observations as deleted. Physical space is still used, and will only be reused under special circumstances and options.&lt;/P&gt;
&lt;P&gt;To reclaim the space, you have to rewrite the dataset as a whole.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 09:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550547#M8826</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-12T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL Deleting Records Space Utilization</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550875#M8864</link>
      <description>Another option is to compress the data set and using the REUSE option. &lt;BR /&gt;Over time your data set might get fragmented so still you might consider total rewrite as suggested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; at a certain interval.</description>
      <pubDate>Sun, 14 Apr 2019 07:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-SQL-Deleting-Records-Space-Utilization/m-p/550875#M8864</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-04-14T07:02:23Z</dc:date>
    </item>
  </channel>
</rss>

