<?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 Jobs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12411#M1329</link>
    <description>Thanks Daniel and sbb &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Thu, 05 Nov 2009 14:30:07 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-05T14:30:07Z</dc:date>
    <item>
      <title>Scheduling SAS Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12408#M1326</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I want to run my SAS job in 3rd bank working day of every month, how I can schedule my sas job that will run in 3rd bank working day of every month.&lt;BR /&gt;
&lt;BR /&gt;
I hope my question is clear &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please suggest me how can I do that.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Pradeep.</description>
      <pubDate>Thu, 05 Nov 2009 09:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12408#M1326</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-05T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12409#M1327</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
A costless solution, would be to rely on your operating system scheduler.&lt;BR /&gt;
&lt;BR /&gt;
AT scheduler for Windows: &lt;A href="http://support.microsoft.com/kb/313565" target="_blank"&gt;http://support.microsoft.com/kb/313565&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
CRON scheduler for UNIX: &lt;A href="http://www.rahul.net/raithel/MyBackPages/crontab.html" target="_blank"&gt;http://www.rahul.net/raithel/MyBackPages/crontab.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12409#M1327</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2009-11-05T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12410#M1328</link>
      <description>To accommodate a "business day" schedule, you must create a process/program that identifies and counts business-day of the month.  One method is to determine what days-of-the-week you consider to be business days (not presuming a Monday through Friday schedule), then also define a SAS format that lists the holidays of the year, then also define/test for fixed-dates of every year that are also considered holidays.  &lt;BR /&gt;
&lt;BR /&gt;
With this information and using a SAS program, you can count from the start-date of any month (using the INTNX function) and determine what date is considered the relative third business date of the month.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 05 Nov 2009 13:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12410#M1328</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-05T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling SAS Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12411#M1329</link>
      <description>Thanks Daniel and sbb &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 05 Nov 2009 14:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling-SAS-Jobs/m-p/12411#M1329</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-05T14:30:07Z</dc:date>
    </item>
  </channel>
</rss>

