<?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: running many sas program on one SEG session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194725#M266385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EG does not currently support running more than one SAS program simultaneously. It is possible to queue multiple programs to run, but they will run one after the other in the order you selected them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to Patrick's suggestions, If SAS is installed on your desktop, not just EG, then it is possible via SAS's Display Manager interface, SAS/CONNECT and using asynchronous remote submits to a SAS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 22:09:44 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-07-02T22:09:44Z</dc:date>
    <item>
      <title>running many sas program on one SEG session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194723#M266383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to run more than one sas program on one sas entreprise guid.&lt;/P&gt;&lt;P&gt;But it does not work ?&lt;/P&gt;&lt;P&gt;Please, do you have any solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 21:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194723#M266383</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-02T21:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: running many sas program on one SEG session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194724#M266384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need either to start SAS EG multiple times or you need to store your program in an external file and then batch submit it from SAS EG using SYSTASK with&lt;/P&gt;&lt;P&gt;NOWAIT &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#p0lzxl2mwndagun1dtxbst9s4jea.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/67464/HTML/default/viewer.htm#p0lzxl2mwndagun1dtxbst9s4jea.htm"&gt;SAS(R) 9.4 Companion for UNIX Environments, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What also would work with SAS/Connect is to wrap your code in rsubmit blocks (with noxwait) - but this needs like SYSTASK additional coding to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're still dreaming of getting a "batch submit" button in SAS EG but such a feature hasn't been added yet. Vote it up: &lt;A _jive_internal="true" href="https://communities.sas.com/ideas/1374#comment-3341" title="https://communities.sas.com/ideas/1374#comment-3341"&gt;Add BATCH SUBMIT button to EG | Communities on SAS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 21:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194724#M266384</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-07-02T21:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: running many sas program on one SEG session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194725#M266385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EG does not currently support running more than one SAS program simultaneously. It is possible to queue multiple programs to run, but they will run one after the other in the order you selected them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to Patrick's suggestions, If SAS is installed on your desktop, not just EG, then it is possible via SAS's Display Manager interface, SAS/CONNECT and using asynchronous remote submits to a SAS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 22:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194725#M266385</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-02T22:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: running many sas program on one SEG session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194726#M266386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have multiple workspace sessions, you can run multiple programs simultaneously.&amp;nbsp; I described &lt;A href="http://blogs.sas.com/content/sasdummy/2009/02/11/multitasking-in-eg/"&gt;these steps in a blog post about "multitasking" in SAS Enterprise Guide.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can enable "parallel execution" on a single workspace definition -- EG will spawn multiple sessions to submit jobs in parallel.&amp;nbsp; To enable, select File-&amp;gt;Project Properties, then the Code Submission tab.&amp;nbsp; There is a checkbox to enable this per project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="parallel.jpg" class="jive-image" src="https://communities.sas.com/legacyfs/online/11093_parallel.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/running-many-sas-program-on-one-SEG-session/m-p/194726#M266386</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-07-06T12:12:08Z</dc:date>
    </item>
  </channel>
</rss>

