<?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 Conditional Start &amp;amp; End in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340000#M10076</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using conditional start and end in a DI job.&lt;/P&gt;&lt;P&gt;I have attached the job info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the output of the node 1 is a date 15-FEB-2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this was the case I want a number of other nodes to run after, however if this is not the case the job should stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The start condition is&amp;nbsp;etls_conditionWU18SU=today()-23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why this is not working past the start eve though it meets the criteria?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 13:35:20 GMT</pubDate>
    <dc:creator>Aidan</dc:creator>
    <dc:date>2017-03-10T13:35:20Z</dc:date>
    <item>
      <title>Conditional Start &amp; End</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340000#M10076</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using conditional start and end in a DI job.&lt;/P&gt;&lt;P&gt;I have attached the job info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the output of the node 1 is a date 15-FEB-2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this was the case I want a number of other nodes to run after, however if this is not the case the job should stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The start condition is&amp;nbsp;etls_conditionWU18SU=today()-23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why this is not working past the start eve though it meets the criteria?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 13:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340000#M10076</guid>
      <dc:creator>Aidan</dc:creator>
      <dc:date>2017-03-10T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Start &amp; End</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340001#M10077</link>
      <description>&lt;P&gt;Aidan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to put transformations (or a sub-flow) into your flow between steps 2 and 3. I think you have it set up properly, you're just not telling the job to do anything if the condition is true (it will do whatever is between the Conditional Start and Conditional End when true).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To put something there, add it to the diagram and change it's processing order so that it is between Conditional Start and Conditional end. In your case, add a "task" to the job, then move it's processing order up until it's 3 (thereby making Conditional End 4). It should then process "task" once the condition is true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 13:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340001#M10077</guid>
      <dc:creator>SteveED</dc:creator>
      <dc:date>2017-03-10T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Start &amp; End</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340014#M10080</link>
      <description>&lt;P&gt;Thansk Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is what I have now, node 1 is my date of 15/Feb/2017&lt;/P&gt;&lt;P&gt;Conditional start is next&amp;nbsp;etls_conditionWU18SU=today()-23&lt;/P&gt;&lt;P&gt;Next node 3, has where clause of&amp;nbsp;BILLING_RUN_DT="&amp;amp;sysdate"d-23&lt;/P&gt;&lt;P&gt;The the conditional end occurs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However node 3 is not populating on the output table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thansk,&lt;/P&gt;&lt;P&gt;Aidan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 15:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340014#M10080</guid>
      <dc:creator>Aidan</dc:creator>
      <dc:date>2017-03-10T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Start &amp; End</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340135#M10086</link>
      <description>&lt;P&gt;If your SAS coding skills are sufficient then in my experience the fastest way to make DIS nodes behave as you want to, is to look into the generated code. Thsi gives me most of the time a hint where something is missing and then it's no more that hard to figure out which node I have to tweak via some parameters or options (and you can then always look into the generated code again to fully understand how changes on metadata level impact on the actually generated code).&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2017 00:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Conditional-Start-amp-End/m-p/340135#M10086</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-03-11T00:08:49Z</dc:date>
    </item>
  </channel>
</rss>

