<?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: Sunday to Saturday work day in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338415#M77061</link>
    <description>&lt;P&gt;What does that mean?&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 11:46:29 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-03-06T11:46:29Z</dc:date>
    <item>
      <title>Sunday to Saturday work day</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338412#M77060</link>
      <description>&lt;P&gt;I would like to create my work day as (Sunday to Saturday) range data. could you please help in getting this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 11:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338412#M77060</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-03-06T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sunday to Saturday work day</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338415#M77061</link>
      <description>&lt;P&gt;What does that mean?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 11:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338415#M77061</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-06T11:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sunday to Saturday work day</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338422#M77062</link>
      <description>i have a one year data, i want weekly split (5thMar2017(Sunday)) -(11thMar2017(Saturday)&lt;BR /&gt;&lt;BR /&gt;for example if i take today (5thMar2017) that should come under "05Mar-11Mar" in seperate column in SAS</description>
      <pubDate>Mon, 06 Mar 2017 11:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338422#M77062</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-03-06T11:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sunday to Saturday work day</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338425#M77064</link>
      <description>&lt;P&gt;Use INTNX with WEEK interval.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Week_start = intnx('week', date, 0, 'b');&lt;/P&gt;
&lt;P&gt;week_end = Intnx('week', date, 0, 'e');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or the week function&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;week_num = week(date, 'u');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Links to documentation&lt;/P&gt;
&lt;P&gt;Intnx&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p10v3sa3i4kfxfn1sovhi5xzxh8n.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p10v3sa3i4kfxfn1sovhi5xzxh8n.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Week&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#n1ka2ulrvrjlasn0z7beco2yrgas.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#n1ka2ulrvrjlasn0z7beco2yrgas.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 12:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338425#M77064</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-06T12:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sunday to Saturday work day</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338426#M77065</link>
      <description>Thanks for Quick replay and Document.</description>
      <pubDate>Mon, 06 Mar 2017 12:20:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sunday-to-Saturday-work-day/m-p/338426#M77065</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-03-06T12:20:34Z</dc:date>
    </item>
  </channel>
</rss>

