<?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: Retrieve file attributes from all files/folders in a directory in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127587#M9733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I ran the following code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/38/279.html"&gt;http://support.sas.com/kb/38/279.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For "owner" I only see:&lt;/P&gt;&lt;P&gt;BUILTIN\Administrators&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what this is referring to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 21:55:53 GMT</pubDate>
    <dc:creator>gzr2mz39</dc:creator>
    <dc:date>2013-10-29T21:55:53Z</dc:date>
    <item>
      <title>Retrieve file attributes from all files/folders in a directory</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127585#M9731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone have SAS code that retrieves the file attibutes of all files/folders in a directory?&lt;/P&gt;&lt;P&gt;I'm particularly interested in date modified and owner name.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127585#M9731</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2013-10-29T19:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve file attributes from all files/folders in a directory</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127586#M9732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a named pipe and get that from the directory listing?&amp;nbsp; Exact code depends on OS, but the concept should be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename myfile pipe "dir C:\temp\ /q";&amp;nbsp; */q gets owner in windows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data mystuff;&lt;/P&gt;&lt;P&gt;infile myfile lrecl=500;&lt;/P&gt;&lt;P&gt;input (whatever you are interested in);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 20:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127586#M9732</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-10-29T20:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve file attributes from all files/folders in a directory</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127587#M9733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I ran the following code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/38/279.html"&gt;http://support.sas.com/kb/38/279.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For "owner" I only see:&lt;/P&gt;&lt;P&gt;BUILTIN\Administrators&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what this is referring to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 21:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127587#M9733</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2013-10-29T21:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve file attributes from all files/folders in a directory</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127588#M9734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help if you posted all of the code that you ran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 22:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieve-file-attributes-from-all-files-folders-in-a-directory/m-p/127588#M9734</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-10-29T22:14:52Z</dc:date>
    </item>
  </channel>
</rss>

