<?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 pick a one before last date in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-pick-a-one-before-last-date/m-p/696259#M37433</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input date yymmdd10.;
format date yymmdd10.;
cards;
2020-01-15
2020-04-23
2020-05-13
2020-06-26
;

data want;
 _n_=nobs-1;
 set have nobs=nobs point=_n_;
 output;
 stop;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 03 Nov 2020 16:36:54 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2020-11-03T16:36:54Z</dc:date>
    <item>
      <title>How to pick a one before last date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-pick-a-one-before-last-date/m-p/696245#M37431</link>
      <description>&lt;P&gt;Hi, how can I exclude a date that is one before last from the table&lt;/P&gt;
&lt;P&gt;Table&lt;/P&gt;
&lt;P&gt;2020-01-15&lt;/P&gt;
&lt;P&gt;2020-04-23&lt;/P&gt;
&lt;P&gt;2020-05-13&lt;/P&gt;
&lt;P&gt;2020-06-26&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result&lt;/P&gt;
&lt;P&gt;2020-05-13&lt;/P&gt;
&lt;P&gt;can I do this in an easy and fast way?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 16:25:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-pick-a-one-before-last-date/m-p/696245#M37431</guid>
      <dc:creator>PatrykSAS</dc:creator>
      <dc:date>2020-11-03T16:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a one before last date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-pick-a-one-before-last-date/m-p/696259#M37433</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input date yymmdd10.;
format date yymmdd10.;
cards;
2020-01-15
2020-04-23
2020-05-13
2020-06-26
;

data want;
 _n_=nobs-1;
 set have nobs=nobs point=_n_;
 output;
 stop;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Nov 2020 16:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-pick-a-one-before-last-date/m-p/696259#M37433</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-11-03T16:36:54Z</dc:date>
    </item>
  </channel>
</rss>

