<?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: Scheduling multiple jobs in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353944#M23336</link>
    <description>&lt;P&gt;Pretty much, but it's %include to allow the programs to run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 00:07:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-27T00:07:10Z</dc:date>
    <item>
      <title>Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353937#M23332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 100+ different reports that&amp;nbsp;create some sort of output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for a way to run multiple reports as per demand (not as per schedule through EG scheduler) through a single SAS program (maybe, by selecting report paths or similar).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just to give you some background, our users might show up and would like us to run reports (anywhere between 5 to 20) immediately and in that case I would have to open each and everyone and without any modifications would have to just press run command. that consumes a lot of time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please advise&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 22:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353937#M23332</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-26T22:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353939#M23333</link>
      <description>&lt;P&gt;How are your jobs designed?&lt;/P&gt;
&lt;P&gt;Is each report it's own eg project, it's own program?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If each is it's own SAS program put them in a SAS file with %include() and only run the ones as necessary.&lt;/P&gt;
&lt;P&gt;If you want to be complicated you could create a file or macro that allows you to select this and then run as desired, usually if it's user driven, I'll add all reports to an excel sheet and then there's a yes/no flag they need to check - all are set at a default to no.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once they've selected their reports you can use that as an input to your process to automate the whole thing. This is what I'd do but I'm not in a server environment with automated tools for scheduling and such.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, look into Ordered Lists in EG to run tasks.&amp;nbsp;&lt;A href="http://support.sas.com/kb/26/177.html" target="_blank"&gt;http://support.sas.com/kb/26/177.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 23:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353939#M23333</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-26T23:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353940#M23334</link>
      <description>&lt;P&gt;Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;every report is it's own project. I was thing you may suggest something like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run&lt;/P&gt;
&lt;P&gt;c:\temp\proj1.sas;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c:\temp\proj2.sa&lt;/SPAN&gt;&lt;SPAN&gt;s;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c:\temp\proj3.sas;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;Thanks again&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 23:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353940#M23334</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-26T23:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353942#M23335</link>
      <description>&lt;P&gt;One way to do this is to set up a controlling program that runs all of the required reports. Here is how you could automate your report selections from a controlling program. Just change the list (Run_Pgm_List) at the top:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; %let Run_Pgm_List = proj1*proj2*proj3;
 %let app_saspgm_dir = C:\temp;

data _null_;
  length Run_Pgm_List $ 1024;&lt;BR /&gt;  Run_Pgm_List = symget('Run_Pgm_List');
  pgm_count = countw(Run_Pgm_List, '*');
  if pgm_count ge 1 then do pgm_num = 1 to pgm_count;
    pgm_name = scan(Run_Pgm_List, pgm_num, '*');
    call execute('%include "&amp;amp;app_saspgm_dir.\' !! strip(pgm_name) !! '.sas";');
    end;
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353942#M23335</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-27T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353944#M23336</link>
      <description>&lt;P&gt;Pretty much, but it's %include to allow the programs to run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 00:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353944#M23336</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-27T00:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353977#M23339</link>
      <description>&lt;P&gt;where should I put&amp;nbsp;&lt;SPAN&gt;%include&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/353977#M23339</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-27T04:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354002#M23340</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22922"&gt;@tparvaiz&lt;/a&gt;&amp;nbsp;- in my code example above the %INCLUDE statements are generated automatically. All you have to do is supply the list of programs you want run.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354002#M23340</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-27T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354186#M23345</link>
      <description>&lt;P&gt;Excellent!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please advise how to run multiples files if they are in a different folder, something like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;c:\temp Folder\ File 1.sas&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c:\temp Folder 2\ File 2.sas&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c:\temp Folder 3\ File 3.sas&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks again for your assistance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354186#M23345</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-27T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354266#M23347</link>
      <description>&lt;P&gt;To run a program via %include the following is the structure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include 'C:\_localdata\temp.sas' \ LRECL=500;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354266#M23347</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-27T19:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354272#M23350</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let Run_Pgm_List = C:\temp1\proj1*C:\temp2\proj2*C:\temp3\proj3;

data _null_;
  length Run_Pgm_List $ 1024;
  Run_Pgm_List = symget('Run_Pgm_List');
  pgm_count = countw(Run_Pgm_List, '*');
  if pgm_count ge 1 then do pgm_num = 1 to pgm_count;
    pgm_name = scan(Run_Pgm_List, pgm_num, '*');
    call execute('%include ' !! strip(pgm_name) !! '.sas";');
    end;
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Just add the directories to the program list.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354272#M23350</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-27T20:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354303#M23354</link>
      <description>&lt;P&gt;Hi Ran the following code and got the error message&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------Here is the code that I ran --------------------------&lt;/P&gt;
&lt;P&gt;%let Run_Pgm_List = 'M:\ABC Documents\ABC PROJECT\Mgmt. Reports\Reports in Progress\MYREPORTS\01_cnnDT\pgm\ReportNew - Auto;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; length Run_Pgm_List $ 1024;&lt;BR /&gt; Run_Pgm_List = symget('Run_Pgm_List');&lt;BR /&gt; pgm_count = countw(Run_Pgm_List, '*');&lt;BR /&gt; if pgm_count ge 1 then do pgm_num = 1 to pgm_count;&lt;BR /&gt; pgm_name = scan(Run_Pgm_List, pgm_num, '*');&lt;BR /&gt; call execute('%include ' !! strip(pgm_name) !! '.sas";');&lt;BR /&gt; end;&lt;BR /&gt; end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------------------Here is the log&amp;nbsp;-------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;27 data _null_;&lt;BR /&gt;28 length Run_Pgm_List $ 1024;&lt;BR /&gt;29 Run_Pgm_List = symget('Run_Pgm_List');&lt;BR /&gt;30 pgm_count = countw(Run_Pgm_List, '*');&lt;BR /&gt;31 if pgm_count ge 1 then do pgm_num = 1 to pgm_count;&lt;BR /&gt;32 pgm_name = scan(Run_Pgm_List, pgm_num, '*');&lt;BR /&gt;33 call execute('%include ' !! strip(pgm_name) !! '.sas";');&lt;BR /&gt;34 end;&lt;BR /&gt;35 end;&lt;BR /&gt; ---&lt;BR /&gt; 161&lt;BR /&gt;ERROR 161-185: No matching DO/SELECT statement.&lt;/P&gt;
&lt;P&gt;36 run;&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.00 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 22:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354303#M23354</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-27T22:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354350#M23355</link>
      <description>&lt;P&gt;Sorry I accidently deleted a double quote. This should work better. Also don't put quotes into the Run_Pgm_List as in your version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let Run_Pgm_List = C:\temp1\proj1*C:\temp2\proj2*C:\temp3\proj3;

data _null_;
  length Run_Pgm_List $ 1024;
  Run_Pgm_List = symget('Run_Pgm_List');
  pgm_count = countw(Run_Pgm_List, '*');
  if pgm_count ge 1 then do pgm_num = 1 to pgm_count;
    pgm_name = scan(Run_Pgm_List, pgm_num, '*');
    call execute('%include &lt;STRONG&gt;"&lt;/STRONG&gt;' !! strip(pgm_name) !! '.sas";');
    end;
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Apr 2017 07:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354350#M23355</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-28T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354631#M23365</link>
      <description>&lt;P&gt;still getting an error message&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------code used -------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let Run_Pgm_List = C:\Temp\test;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; length Run_Pgm_List $ 1024;&lt;BR /&gt; Run_Pgm_List = symget('Run_Pgm_List');&lt;BR /&gt; pgm_count = countw(Run_Pgm_List, '*');&lt;BR /&gt; if pgm_count ge 1 then do pgm_num = 1 to pgm_count;&lt;BR /&gt; pgm_name = scan(Run_Pgm_List, pgm_num, '*');&lt;BR /&gt; call execute('%include "' !! strip(pgm_name) !! '.sas";');&lt;BR /&gt; end;&lt;BR /&gt; end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-------------------log details ---------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;37 %let Run_Pgm_List = C:\Temp\test;&lt;BR /&gt;38&lt;BR /&gt;39 data _null_;&lt;BR /&gt;40 length Run_Pgm_List $ 1024;&lt;BR /&gt;41 Run_Pgm_List = symget('Run_Pgm_List');&lt;BR /&gt;42 pgm_count = countw(Run_Pgm_List, '*');&lt;BR /&gt;43 if pgm_count ge 1 then do pgm_num = 1 to pgm_count;&lt;BR /&gt;44 pgm_name = scan(Run_Pgm_List, pgm_num, '*');&lt;BR /&gt;45 call execute('%include "' !! strip(pgm_name) !! '.sas";');&lt;BR /&gt;46 end;&lt;BR /&gt;47 end;&lt;BR /&gt; ---&lt;BR /&gt; 161&lt;BR /&gt;ERROR 161-185: No matching DO/SELECT statement.&lt;/P&gt;
&lt;P&gt;48 run;&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.00 seconds&lt;BR /&gt; cpu time 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 22:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354631#M23365</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2017-04-28T22:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354643#M23367</link>
      <description>&lt;P&gt;FORMAT YOUR CODE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tip: In EG you can highlight your code, hit CTRL+I and it will format it for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formatted you can very clearly see an extra end in your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let Run_Pgm_List = C:\Temp\test;

data _null_;
	length Run_Pgm_List $ 1024;
	Run_Pgm_List = symget('Run_Pgm_List');
	pgm_count = countw(Run_Pgm_List, '*');

	if pgm_count ge 1 then
		do pgm_num = 1 to pgm_count;
			pgm_name = scan(Run_Pgm_List, pgm_num, '*');
			call execute('%include "' !! strip(pgm_name) !! '.sas";');
		end;
end; *&amp;lt;-----WHY DO YOU HAVE THIS;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Apr 2017 00:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354643#M23367</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-29T00:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354645#M23368</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;- thanks for spotting this. Thats the problem when you do a quick change to working code without testing!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let Run_Pgm_List = C:\temp1\proj1*C:\temp2\proj2*C:\temp3\proj3;

data _null_;
  length Run_Pgm_List $ 1024;
  Run_Pgm_List = symget('Run_Pgm_List');
  pgm_count = countw(Run_Pgm_List, '*');
  if pgm_count ge 1 then do pgm_num = 1 to pgm_count;
    pgm_name = scan(Run_Pgm_List, pgm_num, '*');
    call execute('%include "' !! strip(pgm_name) !! '.sas";');
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Apr 2017 00:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354645#M23368</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-29T00:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354646#M23369</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;that's where 99% of my errors occur, one little change after everything was tested, don't test again and then :(. Especially if it's for here and not work stuff.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 00:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354646#M23369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-29T00:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling multiple jobs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354649#M23371</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;excellent point&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 00:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-multiple-jobs/m-p/354649#M23371</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-29T00:51:30Z</dc:date>
    </item>
  </channel>
</rss>

