<?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 SAS Syntax in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112270#M9552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;What does 'act/act' mean in&amp;nbsp; the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DatDif(t1.shipped,t1.Returned,'act/act')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The terminology and the syntax is the hardest for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2013 10:56:01 GMT</pubDate>
    <dc:creator>lloraine</dc:creator>
    <dc:date>2013-04-18T10:56:01Z</dc:date>
    <item>
      <title>SAS Syntax</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112270#M9552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;What does 'act/act' mean in&amp;nbsp; the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DatDif(t1.shipped,t1.Returned,'act/act')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The terminology and the syntax is the hardest for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 10:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112270#M9552</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-04-18T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Syntax</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112271#M9553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DL&gt;&lt;DT&gt;&lt;SPAN class="strong"&gt;&lt;SPAN class="strongEmph"&gt;basis&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;&lt;DD&gt;&lt;P&gt;&lt;A name="a000842396"&gt; &lt;/A&gt;specifies a character string that represents the day count basis. The following values for &lt;SPAN class="strongEmph"&gt;basis&lt;/SPAN&gt; are valid: &lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;A name="a000842397"&gt; &lt;/A&gt;'30/360'&lt;/DT&gt;&lt;DD&gt;&lt;P&gt;&lt;A name="a000842398"&gt; &lt;/A&gt;specifies a 30-day month and a 360-day year, regardless of the actual number of calendar days in a month or year. &lt;/P&gt;&lt;P&gt;A security that pays interest on the last day of a month will either always make its interest payments on the last day of the month, or it will always make its payments on the numerically same day of a month, unless that day is not a valid day of the month, such as February 30. For more information, see &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/a000530603.htm#a003258889"&gt;Method of Calculation for Day Count Basis (30/360)&lt;/A&gt;. &lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" width="95"&gt;Alias:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight"&gt;&lt;A name="a000842399"&gt; &lt;/A&gt; '360'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DD&gt;&lt;DT&gt;&lt;A name="a000842401"&gt; &lt;/A&gt;'ACT/ACT'&lt;/DT&gt;&lt;DD&gt;&lt;P&gt;&lt;A name="a000842402"&gt; &lt;/A&gt;uses the actual number of days between dates. Each month is considered to have the actual number of calendar days in that month, and each year is considered to have the actual number of calendar days in that year.&lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" width="95"&gt;Alias:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight"&gt;&lt;A name="a000842403"&gt; &lt;/A&gt; &lt;SPAN class="emph"&gt;'Actual'&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DD&gt;&lt;DT&gt;'ACT/360'&lt;/DT&gt;&lt;DD&gt;&lt;P&gt;uses the actual number of calendar days in a particular month, and 360 days as the number of days in a year, regardless of the actual number of days in a year. &lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" width="95"&gt;Tip:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight"&gt; &lt;SPAN class="strongEmph"&gt;ACT/360&lt;/SPAN&gt; is used for short-term securities.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DD&gt;&lt;DT&gt;'ACT/365'&lt;/DT&gt;&lt;DD&gt;&lt;P&gt;uses the actual number of calendar days in a particular month, and 365 days as the number of days in a year, regardless of the actual number of days in a year.&lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" width="95"&gt;Tip:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight"&gt; &lt;SPAN class="strongEmph"&gt;ACT/365&lt;/SPAN&gt; is used for short-term securities.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:27:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112271#M9553</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-04-18T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Syntax</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112272#M9554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Syntax/m-p/112272#M9554</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-04-18T11:31:53Z</dc:date>
    </item>
  </channel>
</rss>

