<?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 sas code(.sas) and project (egp) in SAS EG 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217665#M16379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have a scheduling system in your organization, I strongly suggest that you use that. Other IT people will not be happy if you set up an insular "solution".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 13:31:02 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-04-09T13:31:02Z</dc:date>
    <item>
      <title>Scheduling sas code(.sas) and project (egp) in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217662#M16376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to kindly provide steps on how to schedule a .sas file and .egp file in SAS Enterprise guide 7.1.&lt;/P&gt;&lt;P&gt;I have gone through Chris's paper on scheduling but unfortunately I am unable to connect to steps with 7.1 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any pre-requisite for the same.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if this was a basic question, but I am new to SAS EG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 16:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217662#M16376</guid>
      <dc:creator>RAmarapuram</dc:creator>
      <dc:date>2015-04-08T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling sas code(.sas) and project (egp) in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217663#M16377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To schedule an EG project, click &lt;STRONG&gt;Schedule Project&lt;/STRONG&gt; from the &lt;STRONG&gt;File&lt;/STRONG&gt; menu in EG.&amp;nbsp; That will prompt you to save your project if you haven't already, and will then open the Windows Task Scheduler dialog where you can configure the schedule settings...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="schedule.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9942_schedule.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Triggers&lt;/STRONG&gt; tab is where you specify the time/date and recurrence (or even another event to trigger the task).&amp;nbsp; If you look at the &lt;STRONG&gt;Actions&lt;/STRONG&gt; tab, you'll notice that the scheduled task is running a .vbs file created by EG.&amp;nbsp; The .vbs file opens and runs the EG project via automation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This EG project scheduling is carried out by the Windows Task Scheduler built into Windows.&amp;nbsp; In other words, it is client-side scheduling.&amp;nbsp; Another common approach is to develop .sas files in EG, save them in a location accessible to a server, then use server-side scheduling utilities (ex. LSF, etc.) to run the .sas programs.&amp;nbsp; In the former approach, the EG project is being scheduled/run (exactly as it would if you manually opened and ran the EG project in EG), whereas in the latter, .sas programs are being scheduled/run (independent of the EG project).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you having problems scheduling and EG project, first make sure you have permissions to create a scheduled task on your Windows machine -- start the Windows Task Scheduler and create any scheduled task (ex. to open notepad).&amp;nbsp; (You can access the Windows Task Scheduler via Control Panel-&amp;gt;Administrative Tools-&amp;gt;Task Scheduler.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Casey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 17:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217663#M16377</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2015-04-08T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling sas code(.sas) and project (egp) in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217664#M16378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also some information about scheduling projects and process flows with the Windows Task Scheduler in the EG online help, if you're interested.&amp;nbsp; Click Help &amp;gt; SAS Enterprise Guide Help and search for "scheduling projects" on the Search tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Jennifer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217664#M16378</guid>
      <dc:creator>jennifert</dc:creator>
      <dc:date>2015-04-09T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling sas code(.sas) and project (egp) in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217665#M16379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have a scheduling system in your organization, I strongly suggest that you use that. Other IT people will not be happy if you set up an insular "solution".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 13:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/217665#M16379</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-09T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling sas code(.sas) and project (egp) in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/307447#M20792</link>
      <description>&lt;P&gt;This works so well!&amp;nbsp; I did not need a bat file or anything....Glad we upgraded to 7.1.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Scheduling-sas-code-sas-and-project-egp-in-SAS-EG-7-1/m-p/307447#M20792</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2016-10-26T16:10:22Z</dc:date>
    </item>
  </channel>
</rss>

