<?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 Re: DI Job in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49309#M498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the conditions are on data then &lt;/P&gt;&lt;P&gt;1. Handle the conditions through a splitter.&lt;/P&gt;&lt;P&gt;2. Put a LOOP in front of each work (output) table and pass the parameter, specific to the job, to the LOOP.&lt;/P&gt;&lt;P&gt;3. Do the same for each condition and process job(s) in the LOOP.&lt;/P&gt;&lt;P&gt;4. terminate the LOOP with END LOOP transformation.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use the ref: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/etlug/60948/HTML/default/viewer.htm#n0t84jtm1a5wofn1e4qp2t73pd5l.htm"&gt;http://support.sas.com/documentation/cdl/en/etlug/60948/HTML/default/viewer.htm#n0t84jtm1a5wofn1e4qp2t73pd5l.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 15:44:57 GMT</pubDate>
    <dc:creator>Halaku</dc:creator>
    <dc:date>2012-02-15T15:44:57Z</dc:date>
    <item>
      <title>DI Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49306#M495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Have a requirement to create a job, read data and check, if condition1 execute job1 else if condition2 execute job2 etc.. till job15.. Job1 to Job15 are already created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;could you please provide your suggestions in this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49306#M495</guid>
      <dc:creator>sunilreddy</dc:creator>
      <dc:date>2012-02-08T20:10:11Z</dc:date>
    </item>
    <item>
      <title>DI Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49307#M496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you give an example of "condition" - how does the input table look like?&lt;/P&gt;&lt;P&gt;And the jobs1-15 are DI Studio created jobs, and are "totally" different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing more, I think I might suggest a non DIS solution (or user written code) with some %include to call appropriate job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Linus &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 10:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49307#M496</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-02-10T10:35:31Z</dc:date>
    </item>
    <item>
      <title>DI Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49308#M497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how are you executing your job code? This conditional execution of jobs would typically be handled in your scheduling software. Please send some more details, perhaps this is solvable in some other way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 13:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49308#M497</guid>
      <dc:creator>RMP</dc:creator>
      <dc:date>2012-02-10T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: DI Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49309#M498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the conditions are on data then &lt;/P&gt;&lt;P&gt;1. Handle the conditions through a splitter.&lt;/P&gt;&lt;P&gt;2. Put a LOOP in front of each work (output) table and pass the parameter, specific to the job, to the LOOP.&lt;/P&gt;&lt;P&gt;3. Do the same for each condition and process job(s) in the LOOP.&lt;/P&gt;&lt;P&gt;4. terminate the LOOP with END LOOP transformation.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use the ref: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/etlug/60948/HTML/default/viewer.htm#n0t84jtm1a5wofn1e4qp2t73pd5l.htm"&gt;http://support.sas.com/documentation/cdl/en/etlug/60948/HTML/default/viewer.htm#n0t84jtm1a5wofn1e4qp2t73pd5l.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 15:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49309#M498</guid>
      <dc:creator>Halaku</dc:creator>
      <dc:date>2012-02-15T15:44:57Z</dc:date>
    </item>
    <item>
      <title>DI Job</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49310#M499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create dependency jobs&amp;nbsp; in LSF scheduler.You can try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 09:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Job/m-p/49310#M499</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-02-24T09:02:37Z</dc:date>
    </item>
  </channel>
</rss>

