<?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: counting number of firms and missing values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118204#M293210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC FREQ and PROC UNIVARIATE are two very useful procedures when it comes to data exploration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 04:31:35 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2013-10-21T04:31:35Z</dc:date>
    <item>
      <title>counting number of firms and missing values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118202#M293208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to get a feel for my data and the number of unique observations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wanting to&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;count the number of firms (the variable is called cusip).&lt;/LI&gt;&lt;LI&gt;count the number of firm names (the variable is called firms)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118202#M293208</guid>
      <dc:creator>wschnell1</dc:creator>
      <dc:date>2013-10-21T04:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: counting number of firms and missing values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118203#M293209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select count(distinct cusip) as count_cusip, count(distinct firms) as count_firms from data;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118203#M293209</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-10-21T04:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: counting number of firms and missing values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118204#M293210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC FREQ and PROC UNIVARIATE are two very useful procedures when it comes to data exploration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 04:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/counting-number-of-firms-and-missing-values/m-p/118204#M293210</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-21T04:31:35Z</dc:date>
    </item>
  </channel>
</rss>

