<?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 Enterprise Guide - process dependence and parallel execution in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260673#M18181</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on a project in SAS EG (7.1) which involves&lt;STRONG&gt; process dependence&lt;/STRONG&gt; and &lt;STRONG&gt;parallel execution&lt;/STRONG&gt;, as depicted below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2585iA749AA39F8140B14/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="dsafdas.png" title="dsafdas.png" width="340" height="210" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there a way to retrieve or set relations (i.e. process_C --&amp;gt; program_D) between the processes programmatically? The maintenance is becoming problematic with complex projects. Ideally, I would like to be able to re-create the links between processes from external table.&lt;/LI&gt;
&lt;LI&gt;I start the whole process with the option “Run branch from &amp;lt;&amp;lt;begin&amp;gt;&amp;gt;” process. Let’s assume that we have only 2 processors available. Is there a way to set the order of execution between process_A, B, C? The critical path of the whole flow is “begin -&amp;gt; process_C -&amp;gt; process_D -&amp;gt; end” hence we would like it to start with process_C in order to ensure minimum execution time.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 11:53:14 GMT</pubDate>
    <dc:creator>Kacper</dc:creator>
    <dc:date>2016-04-01T11:53:14Z</dc:date>
    <item>
      <title>Enterprise Guide - process dependence and parallel execution</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260673#M18181</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on a project in SAS EG (7.1) which involves&lt;STRONG&gt; process dependence&lt;/STRONG&gt; and &lt;STRONG&gt;parallel execution&lt;/STRONG&gt;, as depicted below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2585iA749AA39F8140B14/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="dsafdas.png" title="dsafdas.png" width="340" height="210" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there a way to retrieve or set relations (i.e. process_C --&amp;gt; program_D) between the processes programmatically? The maintenance is becoming problematic with complex projects. Ideally, I would like to be able to re-create the links between processes from external table.&lt;/LI&gt;
&lt;LI&gt;I start the whole process with the option “Run branch from &amp;lt;&amp;lt;begin&amp;gt;&amp;gt;” process. Let’s assume that we have only 2 processors available. Is there a way to set the order of execution between process_A, B, C? The critical path of the whole flow is “begin -&amp;gt; process_C -&amp;gt; process_D -&amp;gt; end” hence we would like it to start with process_C in order to ensure minimum execution time.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 11:53:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260673#M18181</guid>
      <dc:creator>Kacper</dc:creator>
      <dc:date>2016-04-01T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide - process dependence and parallel execution</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260675#M18182</link>
      <description>&lt;P&gt;You could check into Enterprise Guide Automation tools. I don't know off the top of my head if they contain the facilities you need, but they might.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option for "sequencing" your programs is to turn them into standalone code files, and inter-relate them using %include and %macro facilities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When an EG process flow is dispatched for parallel execution, this is done under the covers using SAS code facilities. Whenever I need to do something like this, I set up a general example that doesn't do anything, get the sequence set up the way I want, and then scrape and modify the underlying SAS code as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260675#M18182</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-04-01T12:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide - process dependence and parallel execution</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260683#M18183</link>
      <description>&lt;P&gt;To do this&amp;nbsp;by yourself, check the documentation&amp;nbsp;for MP CONNECT (requires a SAS/CONNECT license). You need to use SIGNON, WAITFOR, SIGNOFF, RSUBMIT statments, and more.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-process-dependence-and-parallel-execution/m-p/260683#M18183</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T12:37:33Z</dc:date>
    </item>
  </channel>
</rss>

