<?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 How to autorun two programs continuosly in SAS EG? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-autorun-two-programs-continuosly-in-SAS-EG/m-p/729679#M227127</link>
    <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;I am wondering if there is any chance that I can run two programs continuously in SAS EG without clicking or else.&lt;/P&gt;
&lt;P&gt;For example, I have two SAS programs here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phil_NZ_0-1616983423943.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56591i709CF32F1BF8189B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phil_NZ_0-1616983423943.png" alt="Phil_NZ_0-1616983423943.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How come I let the program &lt;STRONG&gt;25th_March part 2&lt;/STRONG&gt; run right after program &lt;STRONG&gt;25th_March part 1&lt;/STRONG&gt; finish running with one set up in advance?&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 02:05:14 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-03-29T02:05:14Z</dc:date>
    <item>
      <title>How to autorun two programs continuosly in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-autorun-two-programs-continuosly-in-SAS-EG/m-p/729679#M227127</link>
      <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;I am wondering if there is any chance that I can run two programs continuously in SAS EG without clicking or else.&lt;/P&gt;
&lt;P&gt;For example, I have two SAS programs here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phil_NZ_0-1616983423943.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56591i709CF32F1BF8189B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phil_NZ_0-1616983423943.png" alt="Phil_NZ_0-1616983423943.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How come I let the program &lt;STRONG&gt;25th_March part 2&lt;/STRONG&gt; run right after program &lt;STRONG&gt;25th_March part 1&lt;/STRONG&gt; finish running with one set up in advance?&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 02:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-autorun-two-programs-continuosly-in-SAS-EG/m-p/729679#M227127</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-29T02:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to autorun two programs continuosly in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-autorun-two-programs-continuosly-in-SAS-EG/m-p/729689#M227133</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;- If you run a second program in EG while the first program is running then EG will automatically queue the second program and run it after the first one finishes. Alternately you could create a third program that runs the other two one after the other using the %INCLUDE statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include '\MyPgmFolder\pgm1.sas';
%include '\MyPgmFolder\pgm2.sas';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Mar 2021 04:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-autorun-two-programs-continuosly-in-SAS-EG/m-p/729689#M227133</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-29T04:06:16Z</dc:date>
    </item>
  </channel>
</rss>

