<?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: sas usage auditing and data lineage  tracking in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157624#M299183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The APM is meant the follow only thing as far seen by SAS processing.&lt;/P&gt;&lt;P&gt;You can follow everything as long the related event is audited. You are needing BI to analyse those events to you questions. In that you could solve data lineage.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole auditing is based on ARM (log4j) using the bi-di server approach.&lt;/P&gt;&lt;P&gt;Using a SAS base-foundation Arm is part of that, although I do not know how to activate those extensive loggings.&lt;BR /&gt;Anyway the OS auditing should be always better. Unless you are using OS group-accounts not knowing who is who.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some weird idea of SAS it trying to overrule OS standards. ... no circumvention know to achieve that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/52/078.html" title="http://support.sas.com/kb/52/078.html"&gt;52078 - You can manipulate metadata-bound SAS data sets regardless of server authentication or permissions set on the file&lt;/A&gt;&amp;nbsp; Knowing this and you can have external SAS processing (eg your backups/DR, managed file transfers) those logging-events should be get correlated to get the data-lineage complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have used DI for building processes the logical data linage is part of the metadata.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beware of dark areas as you should understand their functionality. One months quartely or even yearly jobs or event-based triggers can be really important. You will hardly see any usage. At the moment they are needed.....&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 12:09:24 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-08-12T12:09:24Z</dc:date>
    <item>
      <title>sas usage auditing and data lineage  tracking</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157620#M299179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;What is the best option available to audit usage of SAS files and objects usage? &lt;/P&gt;&lt;P&gt;We have some "dark" areas in SAS server that we want to make sure nobody is using, before removing them. &lt;/P&gt;&lt;P&gt;Also, in case we see there is a usage in a SAS output file named A, how can we backtrack the origin and the program created this file? Are there any data lineage capabilities in SAS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 10:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157620#M299179</guid>
      <dc:creator>NaamaGa</dc:creator>
      <dc:date>2014-08-12T10:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: sas usage auditing and data lineage  tracking</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157621#M299180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS files keep no record of who was opening them for read. You can only keep a trail of updates by using the audit trail, AFAIK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have that problem, you best consult your operating system's documentation on auditing. AIX, for instance, has a strong auditing subsystem that allows one to track all file access events for a given set of files.&lt;/P&gt;&lt;P&gt;But be aware that such auditing may have a severe impact on the performance of your system. And needs lots of disk space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157621#M299180</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-08-12T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: sas usage auditing and data lineage  tracking</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157622#M299181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;APM is SAS specific &lt;A href="http://support.sas.com/rnd/emi/APM_main/index.html" title="http://support.sas.com/rnd/emi/APM_main/index.html"&gt;SAS Audit, Performance and Measurement package&lt;/A&gt; These can by configured on SAS services (non not servers)&lt;/P&gt;&lt;P&gt;On the OS level you have full control as it done by SIEM projects. (Security Information &amp;amp;Event management).&amp;nbsp; This is done at server level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157622#M299181</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-12T11:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: sas usage auditing and data lineage  tracking</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157623#M299182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Does this package supports access audit to SAS output files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about data lineage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157623#M299182</guid>
      <dc:creator>NaamaGa</dc:creator>
      <dc:date>2014-08-12T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: sas usage auditing and data lineage  tracking</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157624#M299183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The APM is meant the follow only thing as far seen by SAS processing.&lt;/P&gt;&lt;P&gt;You can follow everything as long the related event is audited. You are needing BI to analyse those events to you questions. In that you could solve data lineage.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole auditing is based on ARM (log4j) using the bi-di server approach.&lt;/P&gt;&lt;P&gt;Using a SAS base-foundation Arm is part of that, although I do not know how to activate those extensive loggings.&lt;BR /&gt;Anyway the OS auditing should be always better. Unless you are using OS group-accounts not knowing who is who.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some weird idea of SAS it trying to overrule OS standards. ... no circumvention know to achieve that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/52/078.html" title="http://support.sas.com/kb/52/078.html"&gt;52078 - You can manipulate metadata-bound SAS data sets regardless of server authentication or permissions set on the file&lt;/A&gt;&amp;nbsp; Knowing this and you can have external SAS processing (eg your backups/DR, managed file transfers) those logging-events should be get correlated to get the data-lineage complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have used DI for building processes the logical data linage is part of the metadata.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beware of dark areas as you should understand their functionality. One months quartely or even yearly jobs or event-based triggers can be really important. You will hardly see any usage. At the moment they are needed.....&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 12:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-usage-auditing-and-data-lineage-tracking/m-p/157624#M299183</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-12T12:09:24Z</dc:date>
    </item>
  </channel>
</rss>

