<?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: Keep 15 min  pgstats in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239236#M55515</link>
    <description>&lt;P&gt;Believe it or not, but all community&amp;nbsp;visitors can see this message.&lt;/P&gt;
&lt;P&gt;If you wish to send a personal/direct/private message, go to that persons profile, and click on "&lt;FONT color="#000000"&gt;S&lt;/FONT&gt;&lt;A id="link_44" class="lia-link-navigation small-text" href="https://communities.sas.com/t5/notes/privatenotespage/tab/compose/note-to-user-id/19504" rel="nofollow" target="_blank"&gt;end this user a private message&lt;/A&gt;", in the "Contact me" box to right.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 19:43:32 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-12-14T19:43:32Z</dc:date>
    <item>
      <title>Keep only 15 min intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239233#M55514</link>
      <description>&lt;P&gt;data t;&lt;BR /&gt;set t1 t2;&lt;BR /&gt;dt = dhms(date, hour(time), minute(time), second(time));&lt;BR /&gt;format dt datetime19. date date9. time time8.;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc sort data=t; by machine dt; run;&lt;/P&gt;
&lt;P&gt;/* Drop records that are less than 15 min. from previous */&lt;BR /&gt;data want;&lt;BR /&gt;do until(last.machine);&lt;BR /&gt; set t; by machine;&lt;BR /&gt; if dt - '00:15:00't &amp;gt; lastDT then do;&lt;BR /&gt; output;&lt;BR /&gt; lastDT = dt;&lt;BR /&gt; end;&lt;BR /&gt; end;&lt;BR /&gt;drop lastDT;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi pgstats. How would it look like if I wanted to keep everything within 15min? ... If it was greater than 15 min drop.. Table one columns would be machine time date. Table 2 machine start date end date duration time&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239233#M55514</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2015-12-14T20:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keep 15 min  pgstats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239236#M55515</link>
      <description>&lt;P&gt;Believe it or not, but all community&amp;nbsp;visitors can see this message.&lt;/P&gt;
&lt;P&gt;If you wish to send a personal/direct/private message, go to that persons profile, and click on "&lt;FONT color="#000000"&gt;S&lt;/FONT&gt;&lt;A id="link_44" class="lia-link-navigation small-text" href="https://communities.sas.com/t5/notes/privatenotespage/tab/compose/note-to-user-id/19504" rel="nofollow" target="_blank"&gt;end this user a private message&lt;/A&gt;", in the "Contact me" box to right.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:43:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239236#M55515</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-14T19:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Keep 15 min  pgstats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239244#M55516</link>
      <description>Please don't direct your question to one person, but to the forum in general.  That person may or may not have time to answer your question and it's meant to be a public forum.</description>
      <pubDate>Mon, 14 Dec 2015 20:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239244#M55516</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-14T20:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Keep 15 min  pgstats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239268#M55517</link>
      <description>My mistake I was aware it was public the person help me with a same question I fig it was easy to address it to them ...</description>
      <pubDate>Mon, 14 Dec 2015 22:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Keep-only-15-min-intervals/m-p/239268#M55517</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2015-12-14T22:35:08Z</dc:date>
    </item>
  </channel>
</rss>

