<?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 Can we extract the name of the user who has modified a dataset using SAS script wihout Shell cmd in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552049#M153458</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to extract the name&amp;nbsp;of the user who has modified&amp;nbsp;a sas&amp;nbsp;dataset (All users who has modified&amp;nbsp;a SAS dataset ever in history) . My SAS grid is based on linux&amp;nbsp;and I don't have authorisation to run shell script through SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a possible solution for this using SAS programming only??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nidhish&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 10:11:06 GMT</pubDate>
    <dc:creator>nidhishnagpal0</dc:creator>
    <dc:date>2019-04-18T10:11:06Z</dc:date>
    <item>
      <title>Can we extract the name of the user who has modified a dataset using SAS script wihout Shell cmd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552049#M153458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to extract the name&amp;nbsp;of the user who has modified&amp;nbsp;a sas&amp;nbsp;dataset (All users who has modified&amp;nbsp;a SAS dataset ever in history) . My SAS grid is based on linux&amp;nbsp;and I don't have authorisation to run shell script through SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a possible solution for this using SAS programming only??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nidhish&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 10:11:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552049#M153458</guid>
      <dc:creator>nidhishnagpal0</dc:creator>
      <dc:date>2019-04-18T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can we extract the name of the user who has modified a dataset using SAS script wihout Shell cmd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552053#M153460</link>
      <description>&lt;P&gt;I am not a Linux-expert, but i don't think that the filesystem stores the change history of files. Maybe you can get the userid of the last person that changed the file. The function finfo is able to retrieve meta-information of files and folders, please check the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 10:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552053#M153460</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-04-18T10:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can we extract the name of the user who has modified a dataset using SAS script wihout Shell cmd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552068#M153463</link>
      <description>&lt;P&gt;Yes!&amp;nbsp; With some caveats.&amp;nbsp; The most 'native' way to do this is to switch on generation datasets, see here:&amp;nbsp;&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0apy93gsj2bzmn1awyqfe7kklkp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=p0apy93gsj2bzmn1awyqfe7kklkp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also track this using APM, see this communities thread here:&amp;nbsp;&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/RE-How-to-track-who-accessed-what-table-and-columns/td-p/211083" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/Administration-and-Deployment/RE-How-to-track-who-accessed-what-table-and-columns/td-p/211083&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are commercial solutions too, worth mentioning:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For wider tracking of all changes to data structures where the metadata is held in SAS, there is an upcoming solution called METL (based on ARM):&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/pulse/metl-metadata-warehouse-system-winston-groenewald/" target="_blank" rel="noopener"&gt;https://www.linkedin.com/pulse/metl-metadata-warehouse-system-winston-groenewald/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For an easy to use interface for tracking changes to data (what changed, by whom, who signed it off, for what reason, when - with downloadable reports) there is &lt;A href="https://datacontroller.io" target="_blank" rel="noopener"&gt;https://datacontroller.io&lt;/A&gt; (disclaimer - my company made this product).&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552068#M153463</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2019-04-18T12:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we extract the name of the user who has modified a dataset using SAS script wihout Shell cmd</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552070#M153464</link>
      <description>&lt;P&gt;To follow changes, you can use the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lrcon&amp;amp;docsetTarget=n0ndg2uekz7qkbn1caoki2hzqx8l.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;audit trail&lt;/A&gt;. But a complete rewrite of the dataset will remove that, and only the user creating the dataset can be determined.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-extract-the-name-of-the-user-who-has-modified-a-dataset/m-p/552070#M153464</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-18T12:03:00Z</dc:date>
    </item>
  </channel>
</rss>

