<?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: Reg : Time Part Rouding the mill sec in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106539#M22201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this..&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/131905#131905"&gt;https://communities.sas.com/message/131905#131905&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 12:06:54 GMT</pubDate>
    <dc:creator>shivas</dc:creator>
    <dc:date>2012-07-13T12:06:54Z</dc:date>
    <item>
      <title>Reg : Time Part Rouding the mill sec</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106538#M22200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2012-07-11 09:43:20.55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used time part&lt;/P&gt;&lt;P&gt;it was rouging the sec based on milli seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wnat the output to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;09:43:20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106538#M22200</guid>
      <dc:creator>My_SAS</dc:creator>
      <dc:date>2012-07-13T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Time Part Rouding the mill sec</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106539#M22201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this..&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/131905#131905"&gt;https://communities.sas.com/message/131905#131905&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 12:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106539#M22201</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-07-13T12:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Time Part Rouding the mill sec</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106540#M22202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT function and discard the offensive decimal part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;anydtdtm25.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;put&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; (dt)(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;datetime20.2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; nomill = int(dt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;put&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt; (nomill dt)(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: teal; font-family: 'Courier New';"&gt;datetime.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: 'Courier New';"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: 'Courier New';"&gt;2012-07-11 09:43:20.55&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;;;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: navy; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;799&amp;nbsp; data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;800&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input dt anydtdtm25.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;801&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put (dt)(=datetime20.2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;802&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nomill = int(dt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;803&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put (nomill dt)(=datetime.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;804&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cards;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;dt=11JUL12:09:43:20.55&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;nomill=11JUL12:09:43:20 dt=11JUL12:09:43:21&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 12:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reg-Time-Part-Rouding-the-mill-sec/m-p/106540#M22202</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-07-13T12:11:56Z</dc:date>
    </item>
  </channel>
</rss>

