<?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: How to do this using Proc SQL? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51297#M14069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... with assistance from online help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;data main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;input key @@;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;1 2 3 4 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;data minor;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;input key @@;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;1 3 5 7 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;create table new as&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;(select * from main except select * from minor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;union&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;(select * from minor except select * from main);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 02:34:48 GMT</pubDate>
    <dc:creator>MikeZdeb</dc:creator>
    <dc:date>2011-11-21T02:34:48Z</dc:date>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51296#M14068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have two data sets Main and Minor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset Main:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Key&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset Minor:&lt;/P&gt;&lt;P&gt;Key&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know Inner Join on Key will give:&lt;/P&gt;&lt;P&gt;Key&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to get the result:&lt;/P&gt;&lt;P&gt;Key&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do it using data step; however, how to do it using Proc SQL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 02:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51296#M14068</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-21T02:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51297#M14069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... with assistance from online help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;data main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;input key @@;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;1 2 3 4 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;data minor;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;input key @@;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;1 3 5 7 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;create table new as&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;(select * from main except select * from minor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;union&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;(select * from minor except select * from main);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 02:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51297#M14069</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2011-11-21T02:34:48Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51298#M14070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do the task using JOIN method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 02:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51298#M14070</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-21T02:57:04Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51299#M14071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about a full join of major and minor on minor.key = major.key. Then, in the where statement main.key is null OR minor key is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 03:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51299#M14071</guid>
      <dc:creator>Joeldw</dc:creator>
      <dc:date>2011-11-21T03:22:23Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51300#M14072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I recommend you to use UNION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;data main;
input key @@;
datalines;
1 2 3 4 5
;
run;
data minor;
input key @@;
datalines;
1 3 5 7 9
;
run;
proc sql;
 create table want as
&amp;nbsp; select&amp;nbsp; coalesce(a.key,b.key) as k
&amp;nbsp;&amp;nbsp; from&amp;nbsp; main as a full join minor as b on a.key = b.key
&amp;nbsp;&amp;nbsp;&amp;nbsp; where a.key is missing or b.key is missing;
quit; 

 

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 06:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51300#M14072</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-11-21T06:49:27Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51301#M14073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your recommendation.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51301#M14073</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-21T15:10:54Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51302#M14074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried. It does not work.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51302#M14074</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-21T15:11:26Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51303#M14075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - I was about to give you code for this approach but I see @ksharp has done so already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 19:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51303#M14075</guid>
      <dc:creator>Joeldw</dc:creator>
      <dc:date>2011-11-21T19:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51304#M14076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would probably use this approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New; color: #000080;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;sql&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New; color: #0000ff;"&gt;create&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;table&lt;SPAN style="color: #000000;"&gt; want &lt;/SPAN&gt;as&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&lt;SPAN style="color: #0000ff;"&gt;select&lt;/SPAN&gt; coalesce(main2.key, minor2.key) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;from&lt;/SPAN&gt;&amp;nbsp; (&lt;SPAN style="color: #0000ff;"&gt;select&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;key&lt;/SPAN&gt; , &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt;&amp;nbsp; mainflag &lt;SPAN style="color: #0000ff;"&gt;from&lt;/SPAN&gt; main ) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; main2&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;full&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;join&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="color: #0000ff;"&gt;select&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;key&lt;/SPAN&gt; , &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; minorflag &lt;SPAN style="color: #0000ff;"&gt;from&lt;/SPAN&gt; minor) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; minor2&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;on&lt;/SPAN&gt; main2.key EQ minor2.key&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; n(mainflag, minorflag) EQ &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Courier New; color: #000080;"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the other techniques might encounter difficulties&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;when there are composite keys&lt;/LI&gt;&lt;LI&gt;when there are missing-values in the keys&lt;/LI&gt;&lt;LI&gt;when there are satellite variables&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;littlestone wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do the task using JOIN method?&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 21:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51304#M14076</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2011-11-21T21:19:56Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51305#M14077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; n(mainflag, minorflag) EQ &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you please explain to me what does this "n" statement mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 18:27:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51305#M14077</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-22T18:27:09Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51306#M14078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is just a SAS function that counts the number of non-missing values.&amp;nbsp; see: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245918.htm"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245918.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 18:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51306#M14078</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-22T18:33:12Z</dc:date>
    </item>
    <item>
      <title>How to do this using Proc SQL?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51307#M14079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for clarificiation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-this-using-Proc-SQL/m-p/51307#M14079</guid>
      <dc:creator>littlestone</dc:creator>
      <dc:date>2011-11-23T15:10:51Z</dc:date>
    </item>
  </channel>
</rss>

