<?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: Month beging with 00:00:00 month end with 23:59:59 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356122#M83467</link>
    <description>&lt;P&gt;You can use the DHMS() function to create a datetime variable from date, hour, minute, second variables:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;start_dtime = dhms(dStart,0,0,0);&lt;/P&gt;
&lt;P&gt;end_dtime = dhms(dEnd, 23,59,59);&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 20:45:44 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2017-05-04T20:45:44Z</dc:date>
    <item>
      <title>Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356090#M83452</link>
      <description>&lt;P&gt;I have monthly report, customer want date range as following format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;startdat='01Apr2017 00:00:00'; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp; enddt ='30apr2017 23:59:59';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;In order for me to schedule the process, I need be able to aumatically&amp;nbsp;get the date range as above format,&amp;nbsp;&amp;nbsp;hh:mm:ss part is not change, onlt ddmmyyyy part changes every month. do no tknow how ? &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;Example:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; &lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;'01Apr2017 &lt;/FONT&gt;&lt;STRONG&gt;00:00:00'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;'30apr2017 &lt;FONT color="#ff0000"&gt;23:59:59'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;Red part never change.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;No clue how to .&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;Thank you &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 19:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356090#M83452</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T19:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356097#M83455</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt; range or &lt;STRONG&gt;datetime&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;You are missing some important pieces. Are there any variables involved? Are the actual SAS DATE values or DATETIME values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you currently tell the process which records to use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have a SAS DATETIME then something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Month(datepart(dtvariable))=4; will select all records where the datetime variable is in April (month=4).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have date variable then&lt;/P&gt;
&lt;P&gt;month(datevar)=4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you asking about displaying values?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356097#M83455</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-04T20:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356109#M83462</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dEnd =intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Month'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, today(), -1&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;,'e'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dStart =intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Month'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, today(), -1,'b'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symput(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CATS("'",PUT(dStart,DATE9.),"'"))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symput(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmEnd'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,CATS(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"'"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dEnd,DATE9.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;),&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"'"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iI want reult&amp;nbsp;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dmStart 00:00:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dmEnd&amp;nbsp; 23:59:59&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356109#M83462</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T20:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356122#M83467</link>
      <description>&lt;P&gt;You can use the DHMS() function to create a datetime variable from date, hour, minute, second variables:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;start_dtime = dhms(dStart,0,0,0);&lt;/P&gt;
&lt;P&gt;end_dtime = dhms(dEnd, 23,59,59);&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356122#M83467</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-05-04T20:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356124#M83469</link>
      <description>&lt;P&gt;MUST you have a space beteen the date and time portion?&lt;/P&gt;
&lt;PRE&gt;data _null_; 
   dEnd   =intnx('dtmonth', dhms(today(),0,0,0), -1,'e');
   dStart =intnx('dtMonth', dhms(today(),0,0,0), -1,'b');
   Call symputx('dmstart',PUT(dStart,DATEtime18.));
   Call symputx('dmEnd'  ,PUT(dEnd  ,DATEtime18.));
run; &lt;/PRE&gt;
&lt;P&gt;Note that symputx strips leading blanks so you don't need that cats function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356124#M83469</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-04T20:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356127#M83471</link>
      <description>&lt;P&gt;Thank you I am goign to try.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:50:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356127#M83471</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T20:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356128#M83472</link>
      <description>&lt;P&gt;thank you !, going &amp;nbsp;to try&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356128#M83472</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356130#M83473</link>
      <description>&lt;P&gt;Perfect, it works.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356130#M83473</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356131#M83474</link>
      <description>&lt;P&gt;Peferct it works. Thank you Very much.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356131#M83474</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356145#M83481</link>
      <description>&lt;P&gt;If &amp;nbsp;I need out put as this format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01APR2017:12:00:00 AM 30APR2017:11:59:59 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dEnd=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtmonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'e'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dStart=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtMonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'b'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dStart,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;dateampm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmEnd'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dEnd,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;dateampm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%PUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;dmstart &amp;amp;dmEnd;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01APR17:12:00:00 AM 30APR17:11:59:59 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not as 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 21:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356145#M83481</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T21:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356152#M83485</link>
      <description>&lt;P&gt;I need 4 digital of the year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01APR2017:12:00:00 AM 30APR2017:11:59:59 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this would not work:becasue it has 2 digital of the year.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dEnd=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtmonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'e'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dStart=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtMonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'b'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dStart,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;dateampm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmEnd'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dEnd,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;dateampm.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%PUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;dmstart &amp;amp;dmEnd;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 22:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356152#M83485</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-04T22:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356157#M83488</link>
      <description>&lt;P&gt;You need to look at the format documentation. Almost every format has a default appearance length but options to control more or fewer characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;DATEampm22.&lt;/P&gt;
&lt;P&gt;to get enough characters to display the year with 4 digits and time to seconds.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 22:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356157#M83488</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-04T22:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356191#M83502</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dEnd=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtmonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'e'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dStart=intnx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dtMonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'b'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dStart,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;DATEampm22.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'dmEnd'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dEnd,&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;DATEampm22.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%PUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;dmstart &amp;amp;dmEnd &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;result is:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;12:00:00 AM 30APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;11:59:59 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extra in red.&amp;nbsp; how to remove extra.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 01:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356191#M83502</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-05T01:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356240#M83521</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/128890"&gt;@JHE&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#000080" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dEnd=intnx(&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'dtmonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'e'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;dStart=intnx(&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'dtMonth'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, dhms(today(),&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;),-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'b'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'dmstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dStart,&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;DATEampm22.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="3"&gt;Call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080" size="3"&gt;'dmEnd'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,PUT(dEnd,&lt;/FONT&gt;&lt;FONT face="Courier New" color="#008080" size="3"&gt;DATEampm22.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#000080" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="3"&gt;%PUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;dmstart &amp;amp;dmEnd &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;result is:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;01APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;12:00:00 AM 30APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;11:59:59 PM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extra in red.&amp;nbsp; how to remove extra.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Store into character variables and use substr() to replace the colon:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
dEnd=intnx('dtmonth', dhms(today(),0,0,0),-1,'e');
dStart=intnx('dtMonth', dhms(today(),0,0,0),-1,'b');
dend_char = put(dend,dateampm22.);
substr(dend_char,11,1) = ' ';
dstart_char = put(dstart,dateampm22.);
substr(dstart_char,11,1) = ' ';
call symputx('dmstart',dstart_char);
call symputx('dmEnd',dend_char);
run;

%put &amp;amp;dmstart &amp;amp;dmEnd;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 May 2017 06:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356240#M83521</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-05T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356343#M83561</link>
      <description>&lt;P&gt;agrere, that is the solution!&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 12:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356343#M83561</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-05T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month beging with 00:00:00 month end with 23:59:59</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356407#M83575</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/128890"&gt;@JHE&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;01APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;12:00:00 AM 30APR2017&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;:&lt;/FONT&gt;&lt;/STRONG&gt;11:59:59 PM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extra in red.&amp;nbsp; how to remove extra.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Note that several posts ago I &lt;STRONG&gt;asked&lt;/STRONG&gt; if the space was required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 14:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Month-beging-with-00-00-00-month-end-with-23-59-59/m-p/356407#M83575</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-05T14:36:52Z</dc:date>
    </item>
  </channel>
</rss>

