<?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 How to find the empty file in a subfolder using unix command in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-empty-file-in-a-subfolder-using-unix-command/m-p/717976#M38107</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have around fifty files into a subfolder and the should have let's say fifteen variables but no observations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following unix command but I don't get any listing of the empty file.&lt;/P&gt;
&lt;P&gt;Does someone knows what's wrong with that command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;find /.../data/bkp -size 0 -type f -name "*.*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 18:53:26 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2021-02-09T18:53:26Z</dc:date>
    <item>
      <title>How to find the empty file in a subfolder using unix command</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-empty-file-in-a-subfolder-using-unix-command/m-p/717976#M38107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have around fifty files into a subfolder and the should have let's say fifteen variables but no observations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following unix command but I don't get any listing of the empty file.&lt;/P&gt;
&lt;P&gt;Does someone knows what's wrong with that command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;find /.../data/bkp -size 0 -type f -name "*.*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-empty-file-in-a-subfolder-using-unix-command/m-p/717976#M38107</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2021-02-09T18:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the empty file in a subfolder using unix command</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-empty-file-in-a-subfolder-using-unix-command/m-p/717979#M38108</link>
      <description>&lt;P&gt;An empty dataset file will still have a header and therefore the first dataset page (usually 128K nowadays).&lt;/P&gt;
&lt;P&gt;You need to get the observations from DICTIONARY.TABLES for that library that have NOBS = 0.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:59:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-empty-file-in-a-subfolder-using-unix-command/m-p/717979#M38108</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-09T18:59:51Z</dc:date>
    </item>
  </channel>
</rss>

