<?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: read hh:mm:ss.nnn in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276477#M631</link>
    <description>&lt;P&gt;Use the &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000212700.htm" target="_blank"&gt;INTNX&lt;/A&gt; function to increment by 'minute'. Edit: with alignment 'same'!&lt;/P&gt;
&lt;P&gt;If your value is still stored in a character variable, use the time12.3 informat for conversion before applying the intnx function.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 12:32:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-06-10T12:32:57Z</dc:date>
    <item>
      <title>read hh:mm:ss.nnn</title>
      <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276473#M630</link>
      <description>&lt;P&gt;I have time data in format of hh:mm:ss:nnn. How can i read the data with interval of a minute from that data where nano seconds are inclusive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gobin&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276473#M630</guid>
      <dc:creator>gnrslasher37</dc:creator>
      <dc:date>2016-06-10T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: read hh:mm:ss.nnn</title>
      <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276477#M631</link>
      <description>&lt;P&gt;Use the &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000212700.htm" target="_blank"&gt;INTNX&lt;/A&gt; function to increment by 'minute'. Edit: with alignment 'same'!&lt;/P&gt;
&lt;P&gt;If your value is still stored in a character variable, use the time12.3 informat for conversion before applying the intnx function.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276477#M631</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-10T12:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: read hh:mm:ss.nnn</title>
      <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276663#M635</link>
      <description>Thanks for the previous one. Further, is it possible to get the millisecond&lt;BR /&gt;value from hh:mm:ss.nnn time format in SAS. Actually i have the data that&lt;BR /&gt;differs on that milliseconds.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Sat, 11 Jun 2016 09:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276663#M635</guid>
      <dc:creator>gnrslasher37</dc:creator>
      <dc:date>2016-06-11T09:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: read hh:mm:ss.nnn</title>
      <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276690#M636</link>
      <description>&lt;P&gt;If you used the time12.3 as informat, your SAS time value will contain the milliseconds after the decimal point.&lt;/P&gt;
&lt;P&gt;To extract only the milliseconds, do&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;milsecs = (timeval - int(timeval)) * 1000;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 11 Jun 2016 13:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/276690#M636</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-11T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: read hh:mm:ss.nnn</title>
      <link>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/502436#M6359</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Thank you very much!! This helped.&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; the key 'same'&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 15:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/read-hh-mm-ss-nnn/m-p/502436#M6359</guid>
      <dc:creator>Sousa</dc:creator>
      <dc:date>2018-10-08T15:47:05Z</dc:date>
    </item>
  </channel>
</rss>

