<?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 Scheduling recommendation in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209989#M3128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm currently working in BASE (no DI) on Oracle using SAS/ACCESS to Oracle. I have written several programs and I use Windows Task Scheduler to execute a .BAT file which runs the .SAS programs. I have now been asked to provide end-users with a scheduling table. This table must hold the scheduling configuration (time, interval, etc.) which will then be loaded by the scheduler to create a new scheduled task. Has anyone ever done anything similar to that? Allowing end-users to create their own scheduled tasks by entering information into a database table? If so, is there a scheduler you can recommend? I'm using Windows Server 2008. Thanks! Regards Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 12:47:20 GMT</pubDate>
    <dc:creator>PhilfromGermany</dc:creator>
    <dc:date>2015-06-19T12:47:20Z</dc:date>
    <item>
      <title>Scheduling recommendation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209989#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm currently working in BASE (no DI) on Oracle using SAS/ACCESS to Oracle. I have written several programs and I use Windows Task Scheduler to execute a .BAT file which runs the .SAS programs. I have now been asked to provide end-users with a scheduling table. This table must hold the scheduling configuration (time, interval, etc.) which will then be loaded by the scheduler to create a new scheduled task. Has anyone ever done anything similar to that? Allowing end-users to create their own scheduled tasks by entering information into a database table? If so, is there a scheduler you can recommend? I'm using Windows Server 2008. Thanks! Regards Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209989#M3128</guid>
      <dc:creator>PhilfromGermany</dc:creator>
      <dc:date>2015-06-19T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling recommendation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209990#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phil what you are describing is the basics demand for any commercial scheduler. Sas is often coming with LSF when there is a need for scheduling.&lt;/P&gt;&lt;P&gt;More likely in any bigger organization there is already such tooling with an operational support staf within the it department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In those cases SAS is some paria difficult to get aligned with IT people. As a bypass you can build scheduling on your own based on polling all programmed in Sas. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209990#M3129</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-06-19T19:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling recommendation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209991#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me concur with Jaap. LSF would be a fine tool for this, but it is part of SAS BI, which you are not using. No matter what the tool, having end users to create their own schedules against a shared resource may get into policy and resource issues (like overloading the machines or resource contention). This is why FIFO queuing is a popular scheduling methodology. Come up with a procedure and policies that suit your needs. Then decide how to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:40:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209991#M3130</guid>
      <dc:creator>RobertWoodruff</dc:creator>
      <dc:date>2015-06-19T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling recommendation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209992#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers. I think LSF is a bit overkill for this. From my understanding LSF also necessitates a shared file system? Another reason why this may be overkill. For anyone interested in how I solved the problem: I decided to provide the end users with a table which stores the scheduling configuration. I then built them a web interface. They enter the scheduling configuration, click the ADD button, and the configuration gets inserted into the SAS table. A SAS program gets executed reading the configuration from the table and builds an AT script. The AT script then gets executed and the scheduled task is added. Works alright &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 17:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209992#M3131</guid>
      <dc:creator>PhilfromGermany</dc:creator>
      <dc:date>2015-08-06T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling recommendation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209993#M3132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried playing with any of the options? From my archives, I found this syntax to output a CSV :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;schtasks.exe /query /fo csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding LSF, it is a fine scheduler and flow manager but you don't have to use it with SAS/Grid and a shared file system. IBM bought Platform Computing some time ago and will happily sell a non-SAS version. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Scheduling-recommendation/m-p/209993#M3132</guid>
      <dc:creator>acfarrer</dc:creator>
      <dc:date>2015-08-07T05:45:58Z</dc:date>
    </item>
  </channel>
</rss>

