<?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 know the number of the sample in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538597#M74044</link>
    <description>&lt;P&gt;Use the code provided, replace company with variable name, and have with your dataset - nethier of which you have mentioned, nor provided any test data in the form of a datastep, nor what the output should look like, so I can do nothing further.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 09:17:25 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2019-02-26T09:17:25Z</dc:date>
    <item>
      <title>How to know the number of the sample</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538594#M74041</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know how many companies in my sample , what the code that i can use ?&lt;/P&gt;&lt;P&gt;because my data is obtained from database in the meantime i removed some companies , missing value as well , so i need to know the final statistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538594#M74041</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-26T09:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the number of the sample</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538595#M74042</link>
      <description>&lt;P&gt;No idea what the question is here?&amp;nbsp; Do you have a dataset with a variable with company name in, all standardised?&amp;nbsp; If so then:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  select count(distinct company) from have;
quit; &lt;/PRE&gt;
&lt;P&gt;Will print count of distinct company variable from dataset have, to log.&amp;nbsp; Just guessing though as you have provide&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;information in your question!!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538595#M74042</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2019-02-26T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the number of the sample</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538596#M74043</link>
      <description>yes i have the dataset file which has code of companies not the name&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i wanna know how many firms i have it in my final sample.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538596#M74043</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-26T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the number of the sample</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538597#M74044</link>
      <description>&lt;P&gt;Use the code provided, replace company with variable name, and have with your dataset - nethier of which you have mentioned, nor provided any test data in the form of a datastep, nor what the output should look like, so I can do nothing further.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538597#M74044</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2019-02-26T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to know the number of the sample</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538598#M74045</link>
      <description>thank you&lt;BR /&gt;it works</description>
      <pubDate>Tue, 26 Feb 2019 09:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-know-the-number-of-the-sample/m-p/538598#M74045</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-26T09:20:59Z</dc:date>
    </item>
  </channel>
</rss>

