<?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: How to create parallel execution in SAS DATA INTEGRATION not in EG in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835368#M330265</link>
    <description>&lt;P&gt;I have tried as mentioned in the 1st link.2nd link is not much of relevant. Actually I have my developed jobs in DI.&lt;/P&gt;&lt;P&gt;What I want is to run 3 jobs simultaneously/parallelly.&lt;/P&gt;&lt;P&gt;Do I need to work with fork ?&lt;/P&gt;&lt;P&gt;There is no use of loop/passing parameter in the jobs.&lt;/P&gt;&lt;P&gt;I just want 2 run 3 separately created jobs run parallel without opening all the jobs independently and hitting the run button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ANIRBAN2_0-1664259324618.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75612i2328407D65E0C371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ANIRBAN2_0-1664259324618.png" alt="ANIRBAN2_0-1664259324618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There are the jobs developed and wants to run parallel.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 06:57:50 GMT</pubDate>
    <dc:creator>ANIRBAN2</dc:creator>
    <dc:date>2022-09-27T06:57:50Z</dc:date>
    <item>
      <title>How to create parallel execution in SAS DATA INTEGRATION not in EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835276#M330231</link>
      <description>&lt;P&gt;As i am having multiple jobs in SAS DI which I will run directly from dI not from any other application like(MOBEX)&lt;/P&gt;&lt;P&gt;How can I run the jobs the jobs parallelly from Di like we do in EG using Rsubmit.&lt;/P&gt;&lt;P&gt;I can see&amp;nbsp; option called parallel processing in option tab not sure how it is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ANIRBAN2_0-1664222116136.png" style="width: 493px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75576iF9AC51914FADAF84/image-dimensions/493x125?v=v2" width="493" height="125" role="button" title="ANIRBAN2_0-1664222116136.png" alt="ANIRBAN2_0-1664222116136.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If some 1 can help how can I run jobs at a time parallelly without&amp;nbsp; opening all the jobs individually&lt;/P&gt;&lt;P&gt;and hit the run button.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 19:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835276#M330231</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-09-26T19:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create parallel execution in SAS DATA INTEGRATION not in EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835338#M330253</link>
      <description>&lt;P&gt;Quite a few resources on this like&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/etlug/4.903/n1tbcw0rjm4bf1n1ozdyboiiehk8.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/etlug/4.903/n1tbcw0rjm4bf1n1ozdyboiiehk8.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/sesug/2017/DM-185.pdf" target="_blank"&gt;https://www.lexjansen.com/sesug/2017/DM-185.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;What have you tried?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 22:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835338#M330253</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-09-26T22:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create parallel execution in SAS DATA INTEGRATION not in EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835368#M330265</link>
      <description>&lt;P&gt;I have tried as mentioned in the 1st link.2nd link is not much of relevant. Actually I have my developed jobs in DI.&lt;/P&gt;&lt;P&gt;What I want is to run 3 jobs simultaneously/parallelly.&lt;/P&gt;&lt;P&gt;Do I need to work with fork ?&lt;/P&gt;&lt;P&gt;There is no use of loop/passing parameter in the jobs.&lt;/P&gt;&lt;P&gt;I just want 2 run 3 separately created jobs run parallel without opening all the jobs independently and hitting the run button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ANIRBAN2_0-1664259324618.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75612i2328407D65E0C371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ANIRBAN2_0-1664259324618.png" alt="ANIRBAN2_0-1664259324618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There are the jobs developed and wants to run parallel.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 06:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835368#M330265</guid>
      <dc:creator>ANIRBAN2</dc:creator>
      <dc:date>2022-09-27T06:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create parallel execution in SAS DATA INTEGRATION not in EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835386#M330277</link>
      <description>&lt;P&gt;Yes, you could use a Fork as documented &lt;A href="https://go.documentation.sas.com/doc/en/etlug/4.904/n0gxygc7jonw4mn1ucsi9zx049zp.htm" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that: DI Studio is your development tool and running jobs directly out of DIS is for unit testing. In the end you will deploy your jobs and you will schedule the deployed jobs. And it's via scheduling that you run jobs in parallel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-parallel-execution-in-SAS-DATA-INTEGRATION-not-in/m-p/835386#M330277</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-09-27T08:26:48Z</dc:date>
    </item>
  </channel>
</rss>

