<?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: proc sql ERROR: No data found/modified in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694377#M211758</link>
    <description>&lt;P&gt;1. What's variable SQLINI ?&amp;nbsp; &amp;nbsp;You need an &lt;EM&gt;execute by&lt;/EM&gt;&amp;nbsp; statement here, not a&lt;EM&gt; select ... from&lt;/EM&gt; statement.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 22:07:53 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-10-26T22:07:53Z</dc:date>
    <item>
      <title>proc sql ERROR: No data found/modified</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694236#M211710</link>
      <description>&lt;P&gt;Hi Sas,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when running delete from table thought SQL Passthrough on mssql from OPC batch it errors out&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with&amp;nbsp;ERROR: No data found/modified.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CONNECT TO ODBC AS PASSTHRU
(noprompt="DRIVER={SQL SERVER};DATABASE=&amp;amp;_DB;Trusted_Connection=Yes;SERVER=&amp;amp;_INC;ansiNPW=yes;ansi_null=YES;autotranslate=yes");

    &amp;amp;SQLINI from connection to passThru (
	DELETE FROM SQL.TESTTABLE
	
 );

DISCONNECT FROM passThru;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;i have notice that it has been mensioned in the past and there should be a hotfix&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/42/537.html" target="_blank"&gt;https://support.sas.com/kb/42/537.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But as for now this is not an option. Does anybody know of any workound to avoid this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 13:56:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694236#M211710</guid>
      <dc:creator>havmaage</dc:creator>
      <dc:date>2020-10-26T13:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql ERROR: No data found/modified</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694377#M211758</link>
      <description>&lt;P&gt;1. What's variable SQLINI ?&amp;nbsp; &amp;nbsp;You need an &lt;EM&gt;execute by&lt;/EM&gt;&amp;nbsp; statement here, not a&lt;EM&gt; select ... from&lt;/EM&gt; statement.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 22:07:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694377#M211758</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-26T22:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql ERROR: No data found/modified</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694459#M211788</link>
      <description>Oh sorry &amp;amp;SQLINI has a text string value  (select * from )</description>
      <pubDate>Tue, 27 Oct 2020 09:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694459#M211788</guid>
      <dc:creator>havmaage</dc:creator>
      <dc:date>2020-10-27T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql ERROR: No data found/modified</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694460#M211789</link>
      <description>As I said that's incorrect.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Oct 2020 09:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sql-ERROR-No-data-found-modified/m-p/694460#M211789</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-27T09:10:06Z</dc:date>
    </item>
  </channel>
</rss>

