<?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 paralleled run multiple SAS EG programs in programming way in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/577786#M34332</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to paralleled run multiple programs in a SAS EG project.&lt;/P&gt;
&lt;P&gt;I know how to do this manually :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Mouse click and Turn on "&lt;/SPAN&gt;&lt;SPAN&gt;Allow parallel execution on the same server&lt;/SPAN&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My question is:&amp;nbsp; Can I do it from SAS program?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;use some sas option like:&amp;nbsp; &amp;nbsp; &amp;nbsp;options parallelon='YES' ;???&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 15:14:21 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2019-07-30T15:14:21Z</dc:date>
    <item>
      <title>paralleled run multiple SAS EG programs in programming way</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/577786#M34332</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to paralleled run multiple programs in a SAS EG project.&lt;/P&gt;
&lt;P&gt;I know how to do this manually :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Mouse click and Turn on "&lt;/SPAN&gt;&lt;SPAN&gt;Allow parallel execution on the same server&lt;/SPAN&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My question is:&amp;nbsp; Can I do it from SAS program?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;use some sas option like:&amp;nbsp; &amp;nbsp; &amp;nbsp;options parallelon='YES' ;???&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/577786#M34332</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-07-30T15:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: paralleled run multiple SAS EG programs in programming way</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/577895#M34347</link>
      <description>&lt;P&gt;If you want to do parallel processing in your SAS code then you will need SAS/CONNECT installed and licensed. Run PROC SETINIT and PROC PRODUCT_STATUS to confirm.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 20:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/577895#M34347</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-30T20:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: paralleled run multiple SAS EG programs in programming way</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/578069#M34354</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Here is the result I run the code.what i should do next?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you very much!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SETINIT ;
RUN ;

*---SAS/CONNECT 31OCT2020 (CPU A);

proc product_status;
run;


/*

For SAS/CONNECT ...
Custom version information: 9.4_M

*/&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jul 2019 13:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/578069#M34354</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-07-31T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: paralleled run multiple SAS EG programs in programming way</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/578215#M34364</link>
      <description>&lt;P&gt;Great, you are good to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now check out this link&amp;nbsp; - the way we do it is in Example 5:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=connref&amp;amp;docsetTarget=n11s7t6mbyae21n1byrkhyhofcqd.htm&amp;amp;locale=en#p1itekjalofznhn1l06bmuml7ihv" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=connref&amp;amp;docsetTarget=n11s7t6mbyae21n1byrkhyhofcqd.htm&amp;amp;locale=en#p1itekjalofznhn1l06bmuml7ihv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/paralleled-run-multiple-SAS-EG-programs-in-programming-way/m-p/578215#M34364</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-31T20:13:06Z</dc:date>
    </item>
  </channel>
</rss>

