<?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 Get all tables of every flow in a project in SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/576918#M34304</link>
    <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to obtain by code all tables of each flow in a SAS Enterprise Guide project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For obtaining all fields of each table in a library I used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC CONTENTS NOPRINT DATA=MYLIBRARY._ALL_&amp;nbsp;
OUT=WORK.METADATA_MYLIBRARY;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I need to obtain all table dependencies for each flow.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 14:36:56 GMT</pubDate>
    <dc:creator>mm84</dc:creator>
    <dc:date>2019-07-26T14:36:56Z</dc:date>
    <item>
      <title>Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/576918#M34304</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to obtain by code all tables of each flow in a SAS Enterprise Guide project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For obtaining all fields of each table in a library I used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC CONTENTS NOPRINT DATA=MYLIBRARY._ALL_&amp;nbsp;
OUT=WORK.METADATA_MYLIBRARY;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I need to obtain all table dependencies for each flow.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 14:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/576918#M34304</guid>
      <dc:creator>mm84</dc:creator>
      <dc:date>2019-07-26T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/579276#M34388</link>
      <description>&lt;P&gt;Short answer...&amp;nbsp; no, there is not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, EG project (.egp) files are zipped archives, which contain project.xml files that define the items in the EG project and their relationships.&amp;nbsp; Not a recommended, supported, nor easy approach as you would be getting into the "guts" (implementation details), but technically possible to identify the tables used in each flow in a project from the .egp file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 05:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/579276#M34388</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2019-08-06T05:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/579852#M34431</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15089"&gt;@CaseySmith&lt;/a&gt;&amp;nbsp;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we need to accomplish is a way to know when a table fails which are the dependent tables that are affected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have many flows in different epg projects, but if one table fails, how could you easily know which are the flows that you need to run again once you fix this table?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 12:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/579852#M34431</guid>
      <dc:creator>mm84</dc:creator>
      <dc:date>2019-08-08T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580044#M34444</link>
      <description>&lt;P&gt;I suspect here that any potential cure may be worse than the disease. What is the problem with running the project again from the start if you have run errors? At least that way you will get complete and clean logs to verify your processing.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 01:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580044#M34444</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-08-09T01:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580072#M34447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have different layers, if the extraction of a table fails then we need to run 3 or 4 projects to get everything updated. It could be nice if it would be possible to know only the flows that are affected to re-run again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 06:07:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580072#M34447</guid>
      <dc:creator>mm84</dc:creator>
      <dc:date>2019-08-09T06:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get all tables of every flow in a project in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580078#M34448</link>
      <description>&lt;P&gt;Running your processes in batch mode via a scheduler would give you a greater level of control. You can arrange so that if a "project" fails then following steps don't run. You can also use the SAS option SYNTAXCHECK to immediately stop processing any more data once an error occurs. In batch mode you get a full log all processes and it is very easy to locate errors (with simple text searches) and then to fix them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course the down side is you would have to export your projects to SAS code to run in batch mode.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 06:47:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Get-all-tables-of-every-flow-in-a-project-in-SAS-Enterprise/m-p/580078#M34448</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-08-09T06:47:01Z</dc:date>
    </item>
  </channel>
</rss>

