<?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: How to schedule SAS to execute program? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16888#M3103</link>
    <description>Thanks Doc@Duke&lt;BR /&gt;
&lt;BR /&gt;
Would you mind listing all steps involved to schedule progects to run overnight?&lt;BR /&gt;
I've got a full version at work. Problem is that I keep getting a vbscript error message when scheduling on SAS EG.</description>
    <pubDate>Mon, 20 Jun 2011 11:25:23 GMT</pubDate>
    <dc:creator>samuelw</dc:creator>
    <dc:date>2011-06-20T11:25:23Z</dc:date>
    <item>
      <title>How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16886#M3101</link>
      <description>Ideally, I want the process to be as follow&lt;BR /&gt;
&lt;BR /&gt;
Step 1 = Open SAS&lt;BR /&gt;
Step 2 = Run codes&lt;BR /&gt;
Step 3 = Save and Close SAS</description>
      <pubDate>Sun, 19 Jun 2011 12:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16886#M3101</guid>
      <dc:creator>samuelw</dc:creator>
      <dc:date>2011-06-19T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16887#M3102</link>
      <description>You can just schedule the project.  You probably need to upgrade to the regular edition; LE is obsolete.</description>
      <pubDate>Sun, 19 Jun 2011 20:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16887#M3102</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-19T20:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16888#M3103</link>
      <description>Thanks Doc@Duke&lt;BR /&gt;
&lt;BR /&gt;
Would you mind listing all steps involved to schedule progects to run overnight?&lt;BR /&gt;
I've got a full version at work. Problem is that I keep getting a vbscript error message when scheduling on SAS EG.</description>
      <pubDate>Mon, 20 Jun 2011 11:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16888#M3103</guid>
      <dc:creator>samuelw</dc:creator>
      <dc:date>2011-06-20T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16889#M3104</link>
      <description>In EG 4.3, I just select &lt;BR /&gt;
&lt;BR /&gt;
file --&amp;gt; schedule project&lt;BR /&gt;
&lt;BR /&gt;
and then fill in the blanks.</description>
      <pubDate>Tue, 21 Jun 2011 12:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16889#M3104</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-21T12:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16890#M3105</link>
      <description>Samuel, you should work with SAS Technical Support on this.  They can probably get you fixed up quickly.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 22 Jun 2011 19:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16890#M3105</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2011-06-22T19:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule SAS to execute program?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16891#M3106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Let's work as we're in sas 9.2 &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;export your program and put it on the server, &lt;/P&gt;&lt;P&gt;create à .bat file to execute your sas program and shedule it on the server.&lt;/P&gt;&lt;P&gt;example bat file : J:\SAS\Config\Lev1\SASApp\BatchServer\sasbatch.bat -log N:\SAS\Config\Lev1\Logs\jobs\programlog_ -batch -noterminal -logparm "rollover=session"&amp;nbsp; -sysin J:\SAS\Config\Lev1\SASApp\SASEnvironment\SASCode\yourprogram.sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 08:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-schedule-SAS-to-execute-program/m-p/16891#M3106</guid>
      <dc:creator>mojerry2</dc:creator>
      <dc:date>2011-06-30T08:49:12Z</dc:date>
    </item>
  </channel>
</rss>

