<?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: Proc expand: Skip the most recent obs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-expand-Skip-the-most-recent-obs/m-p/286584#M58798</link>
    <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc expand data=XXX&amp;nbsp;out=XXX method=none;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by AAA;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;convert high = high1&amp;nbsp;/ transformin=(movmax 11 lag 1 trimleft 10);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jul 2016 16:26:37 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-07-23T16:26:37Z</dc:date>
    <item>
      <title>Proc expand: Skip the most recent obs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-expand-Skip-the-most-recent-obs/m-p/286561#M58793</link>
      <description>&lt;P&gt;proc expand data=XXX&amp;nbsp;out=XXX method=none;&lt;BR /&gt;by AAA;&lt;BR /&gt;convert high = high1&amp;nbsp;/ transformin=(movmax 12 trimleft 10);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to get the Maxmium obs from the most recent 12 obs in the moving windows. But I want to skip the most recent 1 observation. In fact I use 1-11st obs, while skipping 12st obs. How to code it?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 11:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-expand-Skip-the-most-recent-obs/m-p/286561#M58793</guid>
      <dc:creator>ZZB</dc:creator>
      <dc:date>2016-07-23T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc expand: Skip the most recent obs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-expand-Skip-the-most-recent-obs/m-p/286584#M58798</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc expand data=XXX&amp;nbsp;out=XXX method=none;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by AAA;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;convert high = high1&amp;nbsp;/ transformin=(movmax 11 lag 1 trimleft 10);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 16:26:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-expand-Skip-the-most-recent-obs/m-p/286584#M58798</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-07-23T16:26:37Z</dc:date>
    </item>
  </channel>
</rss>

