<?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 Format to Time from Character in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-to-Time-from-Character/m-p/240438#M2976</link>
    <description>&lt;P&gt;I have a field with a value nn:nn:nn.nnn where the 1st nn is Hours, the 2nd nn is Minutes and the 3rd nn is Seconds. I need to convert it to aTIME field.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2015 14:10:19 GMT</pubDate>
    <dc:creator>BlueBrazil</dc:creator>
    <dc:date>2015-12-22T14:10:19Z</dc:date>
    <item>
      <title>Format to Time from Character</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-to-Time-from-Character/m-p/240438#M2976</link>
      <description>&lt;P&gt;I have a field with a value nn:nn:nn.nnn where the 1st nn is Hours, the 2nd nn is Minutes and the 3rd nn is Seconds. I need to convert it to aTIME field.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 14:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-to-Time-from-Character/m-p/240438#M2976</guid>
      <dc:creator>BlueBrazil</dc:creator>
      <dc:date>2015-12-22T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format to Time from Character</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-to-Time-from-Character/m-p/240443#M2977</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data new;
input x hhmmss.; /* or time.*/
cards;
16:24:46.321
16:24:43.331
16:24:43.111
16:24:43.345
;run;

proc print data=new;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Dec 2015 14:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-to-Time-from-Character/m-p/240443#M2977</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-12-22T14:39:29Z</dc:date>
    </item>
  </channel>
</rss>

