<?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: Don't run a process path in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281008#M19327</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the simple question, I am quite new on SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a process&amp;nbsp;with one prompt, and a lot of Query Builder tasks.&lt;/P&gt;&lt;P&gt;The path of the process&amp;nbsp;is linear (one path), until a node followed by&amp;nbsp;two paths: two distinct tasks. The two paths are finally joined for the process&amp;nbsp;ending.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the choice of the prompt, I would like only one path run.&lt;/P&gt;&lt;P&gt;Of course I can modify all Query Builder by SAS EG programs and say:&lt;/P&gt;&lt;PRE&gt;if &amp;amp;prompt = A then execute a macro&lt;/PRE&gt;&lt;P&gt;But I would to do it only once at the beginning of the path, and that SAS EG understand it has to not run anytthing on&amp;nbsp;the path. I am sure there is a way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 09:04:48 GMT</pubDate>
    <dc:creator>fabdu92</dc:creator>
    <dc:date>2016-06-29T09:04:48Z</dc:date>
    <item>
      <title>SAS EG: Don't run a process path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281008#M19327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the simple question, I am quite new on SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a process&amp;nbsp;with one prompt, and a lot of Query Builder tasks.&lt;/P&gt;&lt;P&gt;The path of the process&amp;nbsp;is linear (one path), until a node followed by&amp;nbsp;two paths: two distinct tasks. The two paths are finally joined for the process&amp;nbsp;ending.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the choice of the prompt, I would like only one path run.&lt;/P&gt;&lt;P&gt;Of course I can modify all Query Builder by SAS EG programs and say:&lt;/P&gt;&lt;PRE&gt;if &amp;amp;prompt = A then execute a macro&lt;/PRE&gt;&lt;P&gt;But I would to do it only once at the beginning of the path, and that SAS EG understand it has to not run anytthing on&amp;nbsp;the path. I am sure there is a way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 09:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281008#M19327</guid>
      <dc:creator>fabdu92</dc:creator>
      <dc:date>2016-06-29T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG: Don't run a process path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281015#M19328</link>
      <description>&lt;P&gt;Interesting question. I am keen to see the replies from EG Experts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One way it can be done is add one more clause in where condition of query builder&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and &amp;amp;prompt = A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if there are many qurey builder in your EG project then adding it to many place would be tedious.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 09:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281015#M19328</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2016-06-29T09:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG: Don't run a process path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281018#M19329</link>
      <description>&lt;P&gt;You need to make at least the first task in a branch dependent on the prompt value.&lt;/P&gt;
&lt;P&gt;EG&lt;/P&gt;
&lt;P&gt;I have four codes: start, left, right, end&lt;/P&gt;
&lt;P&gt;start has a prompt defined that yields either 'right' or 'left' as a macro value.&lt;/P&gt;
&lt;P&gt;start is connected with right and left&lt;/P&gt;
&lt;P&gt;both right and left are connected with end&lt;/P&gt;
&lt;P&gt;left and right each have a condition defined in their properties; the condition is based on the prompt used for start, and they values are either left or right (without quotes)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the process flow, I'm prompted, and either left or right are executed, followed by end.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 09:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Don-t-run-a-process-path/m-p/281018#M19329</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-29T09:28:40Z</dc:date>
    </item>
  </channel>
</rss>

