<?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: files and folders : delete , creation, modification in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193055#M266267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I am intersted by files was deleting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 21:26:22 GMT</pubDate>
    <dc:creator>LineMoon</dc:creator>
    <dc:date>2015-07-01T21:26:22Z</dc:date>
    <item>
      <title>files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193052#M266264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to see in sas the history of deleting (and creation) a files or folder by with user.&lt;/P&gt;&lt;P&gt;I am talking about externel and internal files(=sas file)&lt;/P&gt;&lt;P&gt;If not, I am open to others solutions( unix,....)&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193052#M266264</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-06-30T21:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193053#M266265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For external files I don't know, but for internal files, you have the dataset SASHELP.VTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this table appear the library, the name of the table and when was editted and created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 06:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193053#M266265</guid>
      <dc:creator>arodriguez</dc:creator>
      <dc:date>2015-07-01T06:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193054#M266266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may need the auditing subsystem of your operating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveats:&lt;/P&gt;&lt;P&gt;will use CPU resources, and will need lots of space for the audit logs, depending on the traffic in the audited resources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 06:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193054#M266266</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-07-01T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193055#M266267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I am intersted by files was deleting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 21:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193055#M266267</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-01T21:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193056#M266268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once a file is deleted, all traces of it are gone in SAS, as the dictionary tables are created "live" from the currently assigned libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To detect the deletion of a file, one needs to audit the directory where the file is(was) stored, because deletion involves writing to the directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193056#M266268</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-07-02T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193057#M266269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As KurtBremser has stated, this would be in your OS.&amp;nbsp; However there is also another alternative.&amp;nbsp; If you have a version control system setup (and why would you not if your programming), and the files in question are versioned through that, then you can check the history of the file via the svn repository which will give you an XML report on actions, changes, when, by who etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193057#M266269</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-07-02T09:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: files and folders : delete , creation, modification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193058#M266270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;But I do not have svn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 21:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/files-and-folders-delete-creation-modification/m-p/193058#M266270</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-02T21:24:18Z</dc:date>
    </item>
  </channel>
</rss>

