<?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 find out the number of unique customers in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314111#M68357</link>
    <description>&lt;P&gt;You can use the code window ({i} above your post) to put code into the post, easier than attaching things. &amp;nbsp;I tend to sub-query things before doing sums and other things, makes it easier to read:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table WORK.CUSTOMER as 
  select  count(distinct CUSTOMERID) as RES
  from    (select * from ORION.CUSTOMER where customerid ="0");
quit;&lt;/PRE&gt;</description>
    <pubDate>Thu, 24 Nov 2016 14:56:15 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-11-24T14:56:15Z</dc:date>
    <item>
      <title>How to use count</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314106#M68352</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 15:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314106#M68352</guid>
      <dc:creator>Javierphang</dc:creator>
      <dc:date>2016-11-24T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the number of unique customers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314111#M68357</link>
      <description>&lt;P&gt;You can use the code window ({i} above your post) to put code into the post, easier than attaching things. &amp;nbsp;I tend to sub-query things before doing sums and other things, makes it easier to read:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table WORK.CUSTOMER as 
  select  count(distinct CUSTOMERID) as RES
  from    (select * from ORION.CUSTOMER where customerid ="0");
quit;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Nov 2016 14:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314111#M68357</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-24T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use count</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314765#M68601</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To note for future, its not a great idea to totally remove the original question. &amp;nbsp;It means anyone searching on a simliar problem will be presented with no information and unjointed posts. &amp;nbsp;Also a good idea to mark any posts which help correct, so they can be seen in reference to the oroginal quesiton.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 09:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-count/m-p/314765#M68601</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-28T09:17:56Z</dc:date>
    </item>
  </channel>
</rss>

