<?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 to convert numeric time to character hh:mm:ss format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437477#M108931</link>
    <description>&lt;P&gt;Do like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
	format time best12.;
	time=45240;
	char_time=put(time,tod8.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 15 Feb 2018 09:52:32 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-02-15T09:52:32Z</dc:date>
    <item>
      <title>how to convert numeric time to character hh:mm:ss format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437471#M108927</link>
      <description>&lt;P&gt;&amp;nbsp;How do i convert numeric time which is in format best12. and length as 8 for ex-&amp;nbsp;45240 to character hh:mm:ss format?&lt;/P&gt;&lt;P&gt;Any clue please&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 09:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437471#M108927</guid>
      <dc:creator>hanskronie</dc:creator>
      <dc:date>2018-02-15T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert numeric time to character hh:mm:ss format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437474#M108929</link>
      <description>&lt;P&gt;Follow the basic SAS training.&amp;nbsp; Numerics can be "put" into text variables using given formats, so for instance:&lt;/P&gt;
&lt;PRE&gt;char_value=put(number_value,tod8.);&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 09:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437474#M108929</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-15T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert numeric time to character hh:mm:ss format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437477#M108931</link>
      <description>&lt;P&gt;Do like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
	format time best12.;
	time=45240;
	char_time=put(time,tod8.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 09:52:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-numeric-time-to-character-hh-mm-ss-format/m-p/437477#M108931</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-02-15T09:52:32Z</dc:date>
    </item>
  </channel>
</rss>

