<?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 Batch processing scheduling in base sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108249#M291934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do a 'Batch processing scheduling in base sas' can any one tel and guide me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any code is there plz share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 07:57:59 GMT</pubDate>
    <dc:creator>Grandhi4</dc:creator>
    <dc:date>2012-08-30T07:57:59Z</dc:date>
    <item>
      <title>Batch processing scheduling in base sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108249#M291934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do a 'Batch processing scheduling in base sas' can any one tel and guide me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any code is there plz share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108249#M291934</guid>
      <dc:creator>Grandhi4</dc:creator>
      <dc:date>2012-08-30T07:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing scheduling in base sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108250#M291935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked in the SAS Companion for your operating system?&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108250#M291935</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-08-30T13:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing scheduling in base sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108251#M291936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our scheduling needs are very simple, so we use the Windows Scheduler.&amp;nbsp;&amp;nbsp; It can be found on your control panel under scheduled tasks.&amp;nbsp;&amp;nbsp; I create a BAT file containing the statements that execute the SAS code.&amp;nbsp;&amp;nbsp; The BAT file is what I schedule in Windows Scheduler.&amp;nbsp;&amp;nbsp; The following is an example of the code in the BAT file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "C:\Program Files\SAS\SAS 9.1\sas.exe" -sysin M:\Production\Clarity\PatEncDemo.sas&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sheri &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:11:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108251#M291936</guid>
      <dc:creator>Sheri</dc:creator>
      <dc:date>2012-08-30T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing scheduling in base sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108252#M291937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your post around DI there is a good chance that you also got LSF (3rd party scheduler) at your site. That should allow you to set up scheduling (in SMC once DI jobs are "scheduled"). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 09:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-processing-scheduling-in-base-sas/m-p/108252#M291937</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-08-31T09:55:28Z</dc:date>
    </item>
  </channel>
</rss>

