<?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: How find first date of month whenever i run that code . in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319510#M70202</link>
    <description>&lt;P&gt;Um, the first date in any month is the 1st? &amp;nbsp;So:&lt;/P&gt;
&lt;PRE&gt;data want;
  first_day_in_month=mdy(month(today(),1,year(today());
run;&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Dec 2016 11:20:01 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-12-16T11:20:01Z</dc:date>
    <item>
      <title>How find first date of month whenever i run that code .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319498#M70190</link>
      <description>Need to find first date in month ..where as i don't have any date variable in table it's just take date value from system.</description>
      <pubDate>Fri, 16 Dec 2016 10:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319498#M70190</guid>
      <dc:creator>Badshaah</dc:creator>
      <dc:date>2016-12-16T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How find first date of month whenever i run that code .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319503#M70195</link>
      <description>&lt;P&gt;First = intnx('month', date(), 0,'b');&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 11:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319503#M70195</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-16T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How find first date of month whenever i run that code .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319510#M70202</link>
      <description>&lt;P&gt;Um, the first date in any month is the 1st? &amp;nbsp;So:&lt;/P&gt;
&lt;PRE&gt;data want;
  first_day_in_month=mdy(month(today(),1,year(today());
run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Dec 2016 11:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319510#M70202</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-12-16T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: How find first date of month whenever i run that code .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319523#M70207</link>
      <description>Thanks Mate !!!</description>
      <pubDate>Fri, 16 Dec 2016 12:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-find-first-date-of-month-whenever-i-run-that-code/m-p/319523#M70207</guid>
      <dc:creator>Badshaah</dc:creator>
      <dc:date>2016-12-16T12:04:10Z</dc:date>
    </item>
  </channel>
</rss>

