<?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 relationship representation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886932#M350455</link>
    <description>&lt;P&gt;HiI have 40 sas programs and over 100 input and output sas data sets (as source and output). What is a good way to present these relationships? I find it daunting to keep using search function to know what is input and output of each sas programs. Is there any free tools output I can easily represent may be in a diagram or flowchart? what would an expert do here to easily understand the relationship?&lt;/P&gt;</description>
    <pubDate>Sat, 29 Jul 2023 01:26:44 GMT</pubDate>
    <dc:creator>HeatherNewton</dc:creator>
    <dc:date>2023-07-29T01:26:44Z</dc:date>
    <item>
      <title>relationship representation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886932#M350455</link>
      <description>&lt;P&gt;HiI have 40 sas programs and over 100 input and output sas data sets (as source and output). What is a good way to present these relationships? I find it daunting to keep using search function to know what is input and output of each sas programs. Is there any free tools output I can easily represent may be in a diagram or flowchart? what would an expert do here to easily understand the relationship?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 01:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886932#M350455</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2023-07-29T01:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: relationship representation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886940#M350457</link>
      <description>&lt;P&gt;You likely have access to SAS Enterprise Guide even if not using it.&lt;/P&gt;
&lt;P&gt;You would have to create project(s) and build the relationships between the program and sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if you have SAS/Graph you may have the Network Visualization Workshop available, check your online documentation.&lt;/P&gt;
&lt;P&gt;You would build&amp;nbsp; data sets to indicate what you need as node and links&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 03:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886940#M350457</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-07-29T03:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: relationship representation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886942#M350459</link>
      <description>&lt;P&gt;If these are automated programs, the scheduler might have the dependencies defined, and you could get a graph from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 05:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886942#M350459</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-29T05:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: relationship representation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886948#M350462</link>
      <description>&lt;P&gt;I've never seen a satisfying solution for SAS code when it comes to column level data lineage. Anything I've seen required a lot (and I mean A LOT) of work for creation and ongoing maintenance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For only a 100 programs and table level lineage things might be manageable though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are data lineage tools but they all require metadata. If you're using SAS DI Studio then such metadata would exist - but else it likely doesn't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also seen attempts to create such mappings by scanning SAS logs - but with SAS allowing for dynamic code using macros this was never 100% correct and always required manual checks and corrections.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just for documentation purposes what you could be doing is to create a matrix. Something like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1690622058258.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86240iA005F1A4FF5A575E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1690622058258.png" alt="Patrick_0-1690622058258.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I:&amp;nbsp; &amp;nbsp; Input&lt;/P&gt;
&lt;P&gt;O: Output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...but of course like for any documentation it then also requires maintenance whenever you change a program.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 09:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/relationship-representation/m-p/886948#M350462</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-07-29T09:20:25Z</dc:date>
    </item>
  </channel>
</rss>

