<?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: Get filenames modified in current month in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203370#M37887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1/ How are seeing that they are modified by the files date-stamp or by some checksum method. &lt;/P&gt;&lt;P&gt;2/ files being in use. That is more difficult one by its definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; technically it is about locks &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt; but locking is not mandatory so you can miss those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; logically it is about knowing who is using that data. In that case you should have some monitoring tool that answers that question. But as with locking you can miss that info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What is available and what is the requirement?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 18:44:16 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-04-24T18:44:16Z</dc:date>
    <item>
      <title>Get filenames modified in current month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203369#M37886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Unix directory where I get number of files . out of them I need to get the names of files which are modified in current month I.e. today-30 days&amp;nbsp; and that should exclude the files which are currently in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am absolutely running out of ideas as I have less/bill experience on unix . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really really appreciated &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203369#M37886</guid>
      <dc:creator>forumsguy</dc:creator>
      <dc:date>2015-04-24T17:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get filenames modified in current month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203370#M37887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1/ How are seeing that they are modified by the files date-stamp or by some checksum method. &lt;/P&gt;&lt;P&gt;2/ files being in use. That is more difficult one by its definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; technically it is about locks &lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt; but locking is not mandatory so you can miss those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; logically it is about knowing who is using that data. In that case you should have some monitoring tool that answers that question. But as with locking you can miss that info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What is available and what is the requirement?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 18:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203370#M37887</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-24T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get filenames modified in current month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203371#M37888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of external file functions that will let you get the names of files in a directory and then get properties such as modified date. Look for: Dopen , Dread, Dsname, Open, Foptname, Foptnum, and Finfo functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203371#M37888</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-24T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get filenames modified in current month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203372#M37889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is OS command thing. &lt;/P&gt;&lt;P&gt;I would use OS command to get these result and redirect it into another file , after that using sas code to get what I want.&lt;/P&gt;&lt;P&gt;or use Filename statement + PIPE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 08:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203372#M37889</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-25T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get filenames modified in current month</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203373#M37890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lsof lslk are OS commands that are doing a list of files that the OS sees as open/locked. (Xcmd needed)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thegeekstuff.com/2012/08/lsof-command-examples/" title="http://www.thegeekstuff.com/2012/08/lsof-command-examples/"&gt;15 Linux lsof Command Examples (Identify Open Files)&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://unix-heaven.org/node/8" title="http://unix-heaven.org/node/8"&gt;Finding and removing locked files on a GNU/Linux system | unix-heaven.org&lt;/A&gt;&amp;nbsp;&amp;nbsp; It is requiring to understand what is happening&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 09:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Get-filenames-modified-in-current-month/m-p/203373#M37890</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-25T09:10:19Z</dc:date>
    </item>
  </channel>
</rss>

