<?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 Extracting start date of every year in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376559#M276626</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report which is productionized , i want to fetch the data from starting date of every year to till date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Foe example : if i run the report today , it needs to see the start date of this year 2017 as &amp;nbsp;i.e 01jan2017 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i run the report next year it needs to fetch data from "01Jan2018" dynamically .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution for this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 14:08:43 GMT</pubDate>
    <dc:creator>Deepti44</dc:creator>
    <dc:date>2017-07-17T14:08:43Z</dc:date>
    <item>
      <title>Extracting start date of every year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376559#M276626</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report which is productionized , i want to fetch the data from starting date of every year to till date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Foe example : if i run the report today , it needs to see the start date of this year 2017 as &amp;nbsp;i.e 01jan2017 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i run the report next year it needs to fetch data from "01Jan2018" dynamically .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution for this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376559#M276626</guid>
      <dc:creator>Deepti44</dc:creator>
      <dc:date>2017-07-17T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting start date of every year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376562#M276627</link>
      <description>&lt;P&gt;Start of the year can be determined as&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;intnx('year',today(),0,'b')&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376562#M276627</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-17T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting start date of every year</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376570#M276628</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where year(date) = year(date());&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extracting-start-date-of-every-year/m-p/376570#M276628</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T14:20:53Z</dc:date>
    </item>
  </channel>
</rss>

