<?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 How can I obtain SAS DDS Logs? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808583#M24205</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm investigating possible deletions in my DDS, do you know if exist any logs that contain the applied changes in a DDS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 15:29:50 GMT</pubDate>
    <dc:creator>JM7</dc:creator>
    <dc:date>2022-04-19T15:29:50Z</dc:date>
    <item>
      <title>How can I obtain SAS DDS Logs?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808583#M24205</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm investigating possible deletions in my DDS, do you know if exist any logs that contain the applied changes in a DDS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808583#M24205</guid>
      <dc:creator>JM7</dc:creator>
      <dc:date>2022-04-19T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain SAS DDS Logs?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808645#M24209</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is very cryptic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to the&amp;nbsp;SAS® Detail Data Store?&lt;BR /&gt;If yes, which one? The one for insurance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 18:10:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808645#M24209</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-19T18:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain SAS DDS Logs?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808807#M24210</link>
      <description>&lt;P&gt;If your data store i Base SAS, (without audit enabled - which is by far the most common), you have to resort to various SAS logs on you compute server.&lt;/P&gt;
&lt;P&gt;For batch updates check under the BatchServer directory in your configuration.&lt;/P&gt;
&lt;P&gt;Interactive SAS sessions use WorkspaceServer, but the default setting is not to keep logs stored on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 12:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/808807#M24210</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-04-20T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain SAS DDS Logs?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/809020#M24218</link>
      <description>&lt;P&gt;If you would like to capture full change details of your ETL loads you could consider this macro:&amp;nbsp;&lt;A href="https://core.sasjs.io/mp__storediffs_8sas.html" target="_blank"&gt;https://core.sasjs.io/mp__storediffs_8sas.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It could result in a very big audit table though, for a typical DDS ETL batch run.&lt;BR /&gt;&lt;BR /&gt;Here is an example of tracking deletes using Data Controller:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6304615220001w960h540r38" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6304615220001" data-account="6058004174001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004174001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6304615220001w960h540r38');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://communities.sas.com/t5/video/gallerypage/video-id/6304615220001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 11:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/809020#M24218</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2022-04-21T11:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain SAS DDS Logs?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/809022#M24220</link>
      <description>&lt;P&gt;Assuming DDS stands for SAS Detailed Data Store then it depends how/where it's installed. If it's SAS tables then the only place where you could find any information about deletions are SAS logs. If "deletion" has been done properly then at least for SCD2 type tables there wouldn't be an actual deletion but just an expiration of a row and these you could identify in the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the DDS has been installed on a database then there might be some DB logging turned on that keeps track of deletions. You would need to talk to a DBA to figure out what logging level has been turned on and how to access this log information.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 12:08:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-obtain-SAS-DDS-Logs/m-p/809022#M24220</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-04-21T12:08:17Z</dc:date>
    </item>
  </channel>
</rss>

