<?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 SAS EG processus flow in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326531#M21766</link>
    <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;Please, could you explain more about the logical&amp;nbsp;order&amp;nbsp; of running a sas programs(&amp;nbsp; p1.sas,p2.sas,....pn.sas ) in a sas EG process flow ?&lt;/P&gt;
&lt;P&gt;in particuler the process flow "autoexec" ?&lt;/P&gt;
&lt;P&gt;Thank you again&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2017 23:21:24 GMT</pubDate>
    <dc:creator>LineMoon</dc:creator>
    <dc:date>2017-01-21T23:21:24Z</dc:date>
    <item>
      <title>SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326531#M21766</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;Please, could you explain more about the logical&amp;nbsp;order&amp;nbsp; of running a sas programs(&amp;nbsp; p1.sas,p2.sas,....pn.sas ) in a sas EG process flow ?&lt;/P&gt;
&lt;P&gt;in particuler the process flow "autoexec" ?&lt;/P&gt;
&lt;P&gt;Thank you again&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326531#M21766</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-21T23:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326534#M21767</link>
      <description>&lt;P&gt;If there's nothing connecting the programs, EG will try to execute them in a left-to-right, top-to-bottom order, but that definitely risks programs being run in the wrong order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The programs should be linked (right click on the program that should be run earlier, click "Link Program to...", and select the program that should run next). By doing this, you can be sure that the programs will run in the correct sequence.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326534#M21767</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-01-21T23:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326561#M21768</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15142"&gt;@TomKari&lt;/a&gt;&amp;nbsp;: Thank you&lt;/P&gt;
&lt;P&gt;Please ,could you give more details about&lt;/P&gt;
&lt;P&gt;"EG will try to execute them in a left-to-right, top-to-bottom order"&lt;/P&gt;
&lt;P&gt;if you have a fllow process ={ p1.sas, test.sas,p2.sas, 12_test.sas, ...}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 10:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326561#M21768</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-22T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326566#M21769</link>
      <description>&lt;P&gt;I'd suggest the following:&lt;/P&gt;
&lt;P&gt;Create a new project, add some code nodes that just put messages to the log, and then run the process flow.&lt;/P&gt;
&lt;P&gt;And then test what effect reordering the nodes in the project tree or the process flow window has.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 11:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326566#M21769</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-22T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326699#M21771</link>
      <description>&lt;P&gt;Just checked with EG 7.1.&lt;/P&gt;
&lt;P&gt;If nodes are not linked so that the sequence is forced, EG will execute them (within the selected process flow) in the order they were entered; subsequent re-ordering in the process tree will not change that.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 13:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326699#M21771</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-23T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG processus flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326746#M21773</link>
      <description>&lt;P&gt;The intent (and what I observe) is as Tom mentioned...&amp;nbsp; "If there's nothing connecting the programs, EG will try to execute them in a left-to-right, top-to-bottom order."&amp;nbsp; (*in the process flow*)&amp;nbsp; Re-ordering nodes in the process flow should change the order of execution, since EG executes items left-to-right, top-to-bottom order.&amp;nbsp; Changing the order in the project tree (rather than process flow)&amp;nbsp;has no effect on execution order.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-processus-flow/m-p/326746#M21773</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-01-23T15:34:09Z</dc:date>
    </item>
  </channel>
</rss>

