<?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 I can  see no of observations in my huge dataset (proc contentents gives missing value) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273801#M54566</link>
    <description>&lt;P&gt;The typical cases where you can't see the number of observations in your SAS data set: &amp;nbsp;you don't really have a SAS data set. &amp;nbsp;You might have a view instead, or you might have access to a table that can be treated as a SAS data set but is really stored in an external data base format. &amp;nbsp;The output from PROC CONTENTS might provide some of those details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is likely that you have no choice but to wait for the COUNT(*) method to finish. &amp;nbsp;(If there is an external data base involved, you may be able to switch to pass-through SQL, but that's jumping ahead of the game right now.)&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2016 13:31:23 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-05-29T13:31:23Z</dc:date>
    <item>
      <title>How I can  see no of observations in my huge dataset (proc contentents gives missing value)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273794#M54563</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a big dataset. I want to see no of observations of that dataset. When&amp;nbsp; I use 'Proc contents' , it gives me a missing value {dot(.)} against the "observations" field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other way, I can get this no of observation. I don't want to use Proc sql;select count(*) as it takes a lot of time to display the output .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Debi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 12:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273794#M54563</guid>
      <dc:creator>Debi</dc:creator>
      <dc:date>2016-05-29T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How I can  see no of observations in my huge dataset (proc contentents gives missing value)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273801#M54566</link>
      <description>&lt;P&gt;The typical cases where you can't see the number of observations in your SAS data set: &amp;nbsp;you don't really have a SAS data set. &amp;nbsp;You might have a view instead, or you might have access to a table that can be treated as a SAS data set but is really stored in an external data base format. &amp;nbsp;The output from PROC CONTENTS might provide some of those details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is likely that you have no choice but to wait for the COUNT(*) method to finish. &amp;nbsp;(If there is an external data base involved, you may be able to switch to pass-through SQL, but that's jumping ahead of the game right now.)&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 13:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273801#M54566</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-05-29T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How I can  see no of observations in my huge dataset (proc contentents gives missing value)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273822#M54576</link>
      <description>Here is what you want;&lt;BR /&gt;data _null_;&lt;BR /&gt;if 0 then set test nobs=nobs;&lt;BR /&gt;call symputx(”nobs”,nobs);&lt;BR /&gt;stop;&lt;BR /&gt;run;</description>
      <pubDate>Sun, 29 May 2016 20:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273822#M54576</guid>
      <dc:creator>Clash</dc:creator>
      <dc:date>2016-05-29T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How I can  see no of observations in my huge dataset (proc contentents gives missing value)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273858#M54588</link>
      <description>&lt;P&gt;As&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding﻿&lt;/a&gt; already mentioned, this won't work with views.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 05:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-I-can-see-no-of-observations-in-my-huge-dataset-proc/m-p/273858#M54588</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-30T05:52:52Z</dc:date>
    </item>
  </channel>
</rss>

