<?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: Columns level analysis in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Columns-level-analysis/m-p/763191#M20060</link>
    <description>&lt;P&gt;Hi VVDR,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the lineage using SAS products you have three options:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Give the business users a copy of Data Integration Studio and ask them to do reverse impact analysis (be sure they have read only metadata rights)&lt;/LI&gt;
&lt;LI&gt;Use SAS Lineage (will show one layer of lineage at a time)&lt;/LI&gt;
&lt;LI&gt;Code your own with Base SAS&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There is a fourth option (a plug on my part) - &lt;A href="https://datacontroller.io" target="_self"&gt;Data Controller for SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This provides data lineage with the following benefits:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Works at both Table and Column level&lt;/LI&gt;
&lt;LI&gt;Works both forwards and backwards&lt;/LI&gt;
&lt;LI&gt;Is provided in a browser (great for business users - can link to diagrams)&lt;/LI&gt;
&lt;LI&gt;Lineage queries are cached (great for performance)&lt;/LI&gt;
&lt;LI&gt;Lineage can be exported in PNG, SVG, DOT and CSV formats&lt;/LI&gt;
&lt;LI&gt;Calculations (derived variable definitions) are also displayed&lt;/LI&gt;
&lt;LI&gt;Jobs link to the metabrowse feature&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Tables link to the table viewer&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best of all, Data Controller is free for up to 5 users.&amp;nbsp; You can get in touch here:&amp;nbsp;&lt;A href="https://datacontroller.io/contact/" target="_blank"&gt;https://datacontroller.io/contact/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More info (videos):&lt;BR /&gt;&lt;A href="https://docs.datacontroller.io/videos/#data-lineage" target="_blank"&gt;https://docs.datacontroller.io/videos/#data-lineage&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 09:23:25 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2021-08-23T09:23:25Z</dc:date>
    <item>
      <title>Columns level analysis</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Columns-level-analysis/m-p/763178#M20059</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Can we do a column level reverse impact analysis in SAS DI.&lt;/P&gt;
&lt;P&gt;In our current environment, data flows from 1)Source, 2)base and then to 3)final layer.&lt;/P&gt;
&lt;P&gt;In every layer, there are multiple DI jobs and transformations happening and derived columns used.&lt;/P&gt;
&lt;P&gt;Now, in the final layer there are few columns and our business wants to see from which table these columns are coming from - is it&amp;nbsp; 1)Source that column got derived/used and the same with 2)base layer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do we have any column level impact/reverse analysis option in SAS ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 01:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Columns-level-analysis/m-p/763178#M20059</guid>
      <dc:creator>VVDR</dc:creator>
      <dc:date>2021-08-23T01:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Columns level analysis</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Columns-level-analysis/m-p/763191#M20060</link>
      <description>&lt;P&gt;Hi VVDR,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the lineage using SAS products you have three options:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Give the business users a copy of Data Integration Studio and ask them to do reverse impact analysis (be sure they have read only metadata rights)&lt;/LI&gt;
&lt;LI&gt;Use SAS Lineage (will show one layer of lineage at a time)&lt;/LI&gt;
&lt;LI&gt;Code your own with Base SAS&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There is a fourth option (a plug on my part) - &lt;A href="https://datacontroller.io" target="_self"&gt;Data Controller for SAS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This provides data lineage with the following benefits:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Works at both Table and Column level&lt;/LI&gt;
&lt;LI&gt;Works both forwards and backwards&lt;/LI&gt;
&lt;LI&gt;Is provided in a browser (great for business users - can link to diagrams)&lt;/LI&gt;
&lt;LI&gt;Lineage queries are cached (great for performance)&lt;/LI&gt;
&lt;LI&gt;Lineage can be exported in PNG, SVG, DOT and CSV formats&lt;/LI&gt;
&lt;LI&gt;Calculations (derived variable definitions) are also displayed&lt;/LI&gt;
&lt;LI&gt;Jobs link to the metabrowse feature&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Tables link to the table viewer&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best of all, Data Controller is free for up to 5 users.&amp;nbsp; You can get in touch here:&amp;nbsp;&lt;A href="https://datacontroller.io/contact/" target="_blank"&gt;https://datacontroller.io/contact/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More info (videos):&lt;BR /&gt;&lt;A href="https://docs.datacontroller.io/videos/#data-lineage" target="_blank"&gt;https://docs.datacontroller.io/videos/#data-lineage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Columns-level-analysis/m-p/763191#M20060</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-08-23T09:23:25Z</dc:date>
    </item>
  </channel>
</rss>

