<?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: Is Dataset Empty in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209909#M4619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either one will give you the same thing, could save time if the dataset turns out to be huge, you wouldn't have to wait for the count():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets lib=work nolist;contents data=have;quit;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=work.have;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2015 19:10:51 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2015-08-28T19:10:51Z</dc:date>
    <item>
      <title>Is Dataset Empty</title>
      <link>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209908#M4618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif;"&gt;Is there a simple way to check if a SAS dataset is empty in 9.2?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif;"&gt;I could do a proc sql with count(*) but I was hoping for something with less lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 18:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209908#M4618</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-28T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is Dataset Empty</title>
      <link>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209909#M4619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either one will give you the same thing, could save time if the dataset turns out to be huge, you wouldn't have to wait for the count():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets lib=work nolist;contents data=have;quit;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=work.have;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 19:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209909#M4619</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2015-08-28T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is Dataset Empty</title>
      <link>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209910#M4620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like these macros for counting obs and checking if a dataset is empty. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi26/p095-26.pdf" title="http://www2.sas.com/proceedings/sugi26/p095-26.pdf"&gt;http://www2.sas.com/proceedings/sugi26/p095-26.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 20:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Is-Dataset-Empty/m-p/209910#M4620</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-08-28T20:08:39Z</dc:date>
    </item>
  </channel>
</rss>

