<?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 &amp; DELETE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15594#M2080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;The replacement is Microsoft.ACE.OLEDB.12.0 for access 2007/2010&lt;/P&gt;&lt;P&gt;from Microsoft.JET.OLEDB.4.0 for access 2003 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you migrate up-which I don't recommend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 18:03:44 GMT</pubDate>
    <dc:creator>_LB</dc:creator>
    <dc:date>2012-01-23T18:03:44Z</dc:date>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15588#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hanks. &lt;/P&gt;&lt;P&gt;Hello all-&lt;/P&gt;&lt;P&gt;Have a basic question on PROC SQL-&lt;/P&gt;&lt;P&gt;When I run a delete query such as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;delete&amp;nbsp; from HH.hh_TEST&lt;/P&gt;&lt;P&gt;where Month_and_Year_of_Observation ='NOV 2011';&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only erases two entries at a time instead of all 300. It is running off an Access DB if that makes any difference.&lt;/P&gt;&lt;P&gt;How can I erase all 300 w/o necessary running a loop. &lt;/P&gt;&lt;P&gt;And why does it do this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15588#M2074</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2011-12-15T16:47:58Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15589#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at using the DIRECT_EXE = DELETE option on the LIBNAME statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15589#M2075</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2011-12-15T16:53:40Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15590#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Poli! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:24:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15590#M2076</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2011-12-15T17:24:04Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15591#M2077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Poli-&lt;/P&gt;&lt;P&gt;OK-I have used the the direct DIRECT_EXE = DELETE option with access 2003.&lt;/P&gt;&lt;P&gt;DO you lnow the provider for Access 2010?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the string &lt;/P&gt;&lt;P&gt;libname T oledb provider="Microsoft.Jet.OLEDB.4.0"&lt;/P&gt;&lt;P&gt;properties=('data source'='X:\X.MDB') DIRECT_EXE = DELETE but the provider is not correct for access 10-&lt;/P&gt;&lt;P&gt;I went online and found a different "provider- but that fails too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15591#M2077</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2012-01-23T17:37:34Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15592#M2078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any Access 2010 applications to test on.&amp;nbsp; Problem Note 9731 on the SAS support site might be of some help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15592#M2078</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2012-01-23T17:51:03Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15593#M2079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK...WIll take a look. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:52:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15593#M2079</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2012-01-23T17:52:34Z</dc:date>
    </item>
    <item>
      <title>PROC SQL &amp; DELETE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15594#M2080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;The replacement is Microsoft.ACE.OLEDB.12.0 for access 2007/2010&lt;/P&gt;&lt;P&gt;from Microsoft.JET.OLEDB.4.0 for access 2003 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you migrate up-which I don't recommend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 18:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-DELETE/m-p/15594#M2080</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2012-01-23T18:03:44Z</dc:date>
    </item>
  </channel>
</rss>

