<?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 Time Format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20174#M3118</link>
    <description>I have a dataset with character data in the format mm:ss.ss (i.e. 1:11.29).  I am trying to get this converted to a time format.  I have tried the Informat TIME11.2, which works for times of less than a minutes, but when minutes are present, it returns null.  Any help appreciated.</description>
    <pubDate>Thu, 16 Apr 2009 20:26:13 GMT</pubDate>
    <dc:creator>cjohnson</dc:creator>
    <dc:date>2009-04-16T20:26:13Z</dc:date>
    <item>
      <title>Time Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20174#M3118</link>
      <description>I have a dataset with character data in the format mm:ss.ss (i.e. 1:11.29).  I am trying to get this converted to a time format.  I have tried the Informat TIME11.2, which works for times of less than a minutes, but when minutes are present, it returns null.  Any help appreciated.</description>
      <pubDate>Thu, 16 Apr 2009 20:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20174#M3118</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-04-16T20:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20175#M3119</link>
      <description>I don't it works for your ss.ss values either. The TIME: informat will interpret them as hh.mm.&lt;BR /&gt;
&lt;BR /&gt;
This is a bit annoying, I have hoped for the time informat (or any other informat) to more sophisticated. Maybe try to fix the time string so it will always contain hours and minutes, before converting them to SAS time values?&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 17 Apr 2009 06:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20175#M3119</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-17T06:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20176#M3120</link>
      <description>try the informat     STIMER.&lt;BR /&gt;
documented at &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a002295695.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/61724/HTML/default/a002295695.htm&lt;/A&gt; .&lt;BR /&gt;
 &lt;BR /&gt;
located by the format hunter &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 17 Apr 2009 09:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Time-Format/m-p/20176#M3120</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-04-17T09:22:01Z</dc:date>
    </item>
  </channel>
</rss>

