<?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: Suppress Warning from pass through in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664165#M198387</link>
    <description>&lt;P&gt;Did you try the NOWARN option for proc sql?&lt;/P&gt;
&lt;P&gt;Did you try improving the query?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 08:18:43 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-06-23T08:18:43Z</dc:date>
    <item>
      <title>Suppress Warning from pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664163#M198386</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a sas code using pass through and runs the SQL statement in DB2 directly. But the query is inefficient because of multiple joins and throws an DB2 warning. Even from the SAS client ,&amp;nbsp;I'm getting the same warning message , but the end results are fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to suppress the warning message in SAS that comes out pass through. Is there any way to suppress and&amp;nbsp;I tried multiple method, but ended up in failure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know the solution if available. Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664163#M198386</guid>
      <dc:creator>helannivas88</dc:creator>
      <dc:date>2020-06-23T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Warning from pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664165#M198387</link>
      <description>&lt;P&gt;Did you try the NOWARN option for proc sql?&lt;/P&gt;
&lt;P&gt;Did you try improving the query?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664165#M198387</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-23T08:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Warning from pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664166#M198388</link>
      <description>&lt;P&gt;In my opinion SAS does the right thing to capture and surface the Warning DB2 throws.&lt;/P&gt;
&lt;P&gt;As this is DB2 explict pass-through code I'd suggest you investigate how to capture the Warning on the DB2 side. In Oracle you'd be using PL/SQL for this. Don't know how that's done with DB2.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664166#M198388</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-06-23T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Warning from pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664168#M198389</link>
      <description>&lt;P&gt;As soon as you use explicit passthrough, you switch to a foreign language, and need to use that language's tools. Rephrase your DB/2 code in such a way that it does not throw a WARNING. Or use a proper DB/2 option for this.&lt;/P&gt;
&lt;P&gt;Bottom line: study the DB/2 documentation. Maxim 1 is valid in all environments.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/664168#M198389</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-23T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Warning from pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/666749#M199554</link>
      <description>&lt;P&gt;Thanks All...I tried with the suggestion , but not able to suppress warning.. So tuned the DB2 query to not to throw any warning.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 07:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-Warning-from-pass-through/m-p/666749#M199554</guid>
      <dc:creator>helannivas88</dc:creator>
      <dc:date>2020-07-03T07:20:48Z</dc:date>
    </item>
  </channel>
</rss>

