<?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: Emulating EG concurrent processing feature in batch SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485155#M126019</link>
    <description>&lt;P&gt;On UNIX, you do this in a shell script:&lt;/P&gt;
&lt;PRE&gt;sas prog1.sas&amp;amp;
sas prog2.sas&amp;amp;
sas prog3.sas&amp;amp;
wait&lt;/PRE&gt;
&lt;P&gt;The three SAS programs will be executed in parallel, and the script will terminate when all three SAS programs have finished.&lt;/P&gt;
&lt;P&gt;Call this script from the main SAS program in a manner that makes SAS what for its termination.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 13:56:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-08-08T13:56:05Z</dc:date>
    <item>
      <title>Emulating EG concurrent processing feature in batch SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485148#M126017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't have EG in our environment and one of the features I've always liked in it is the ability to specify multiple concurrent processing streams that can get combined later when something like a merge takes place.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been thinking about how to create that with semaphores (probably 1 byte files) to kick off a similar environment using call system() or something similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone done this already?&amp;nbsp; Would love to hear how you did it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485148#M126017</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2018-08-08T13:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Emulating EG concurrent processing feature in batch SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485155#M126019</link>
      <description>&lt;P&gt;On UNIX, you do this in a shell script:&lt;/P&gt;
&lt;PRE&gt;sas prog1.sas&amp;amp;
sas prog2.sas&amp;amp;
sas prog3.sas&amp;amp;
wait&lt;/PRE&gt;
&lt;P&gt;The three SAS programs will be executed in parallel, and the script will terminate when all three SAS programs have finished.&lt;/P&gt;
&lt;P&gt;Call this script from the main SAS program in a manner that makes SAS what for its termination.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485155#M126019</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-08T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Emulating EG concurrent processing feature in batch SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485204#M126031</link>
      <description>&lt;P&gt;Yeah, Unix variants have much nicer toys than Windows.&amp;nbsp; This is on a Windows server, unfortunately.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emulating-EG-concurrent-processing-feature-in-batch-SAS/m-p/485204#M126031</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2018-08-08T16:15:53Z</dc:date>
    </item>
  </channel>
</rss>

