<?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 in function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666243#M199307</link>
    <description>&lt;P&gt;Hi guys, I find a question online, the question is shown below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="question.PNG" style="width: 876px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46808iA600E3C58314B81A/image-size/large?v=v2&amp;amp;px=999" role="button" title="question.PNG" alt="question.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So the answer is not based on SAS SQL, and the answer cannot work in proc SQL, is there any way to write in proc SQL?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 01:22:31 GMT</pubDate>
    <dc:creator>shawn123</dc:creator>
    <dc:date>2020-07-01T01:22:31Z</dc:date>
    <item>
      <title>Proc sql in function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666243#M199307</link>
      <description>&lt;P&gt;Hi guys, I find a question online, the question is shown below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="question.PNG" style="width: 876px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46808iA600E3C58314B81A/image-size/large?v=v2&amp;amp;px=999" role="button" title="question.PNG" alt="question.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So the answer is not based on SAS SQL, and the answer cannot work in proc SQL, is there any way to write in proc SQL?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 01:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666243#M199307</guid>
      <dc:creator>shawn123</dc:creator>
      <dc:date>2020-07-01T01:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql in function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666244#M199308</link>
      <description>This is the link&lt;BR /&gt;&lt;A href="https://www.toptal.com/sql/interview-questions" target="_blank"&gt;https://www.toptal.com/sql/interview-questions&lt;/A&gt;</description>
      <pubDate>Wed, 01 Jul 2020 01:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666244#M199308</guid>
      <dc:creator>shawn123</dc:creator>
      <dc:date>2020-07-01T01:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql in function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666245#M199309</link>
      <description>&lt;P&gt;Here is one way that will work in SAS SQL:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where cats(C1, C2, C3) contains 'Yellow'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jul 2020 01:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666245#M199309</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-01T01:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql in function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666257#M199310</link>
      <description>&lt;P&gt;Another SAS/SQL way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where whichc("Yellow", c1, c2, c3);&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 03:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666257#M199310</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-07-01T03:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sql in function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666584#M199466</link>
      <description>&lt;P&gt;Another SQL way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where sum(c1='Yellow',c2='Yellow',c3='Yellow') ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sql-in-function/m-p/666584#M199466</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-07-02T12:17:08Z</dc:date>
    </item>
  </channel>
</rss>

