<?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: Help with Date Range in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836608#M36097</link>
    <description>&lt;P&gt;Thanks you so much. It worked. Much appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 23:39:37 GMT</pubDate>
    <dc:creator>Jallah_Kennedy</dc:creator>
    <dc:date>2022-10-03T23:39:37Z</dc:date>
    <item>
      <title>Help with Date Range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836591#M36089</link>
      <description>&lt;P&gt;Please help me with selecting record from a certain date range. The variable is Comp_Date (formatted already as a date) and I want to select (e.g. 20, 30...) records to view all with all of the other variables.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 21:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836591#M36089</guid>
      <dc:creator>Jallah_Kennedy</dc:creator>
      <dc:date>2022-10-03T21:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Date Range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836595#M36091</link>
      <description>&lt;P&gt;20 or 30 is not a "date range". A date range would typically refer to a start date value and and end date value. Is that what you want?&lt;/P&gt;
&lt;P&gt;If so, what range specifically do you want?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 21:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836595#M36091</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-10-03T21:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Date Range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836597#M36092</link>
      <description>&lt;P&gt;Using sashelp.Stocks as an example as no data is provided:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data stocks;
set sashelp.stocks (obs=30 where =( '01Jan1990'd &amp;lt;= date &amp;lt;= '31Dec1995'd));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Log:&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         data stocks;
 70         set sashelp.stocks (obs=30 where =( '01Jan1990'd &amp;lt;= date &amp;lt;= '31Dec1995'd));
 71         run;
 
 NOTE: There were 30 observations read from the data set SASHELP.STOCKS.
       WHERE (date&amp;gt;='01JAN1990'D and date&amp;lt;='31DEC1995'D);
 NOTE: The data set WORK.STOCKS has 30 observations and 8 variables.&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/388194"&gt;@Jallah_Kennedy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please help me with selecting record from a certain date range. The variable is Comp_Date (formatted already as a date) and I want to select (e.g. 20, 30...) records to view all with all of the other variables.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 21:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836597#M36092</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-03T21:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Date Range</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836608#M36097</link>
      <description>&lt;P&gt;Thanks you so much. It worked. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 23:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-Date-Range/m-p/836608#M36097</guid>
      <dc:creator>Jallah_Kennedy</dc:creator>
      <dc:date>2022-10-03T23:39:37Z</dc:date>
    </item>
  </channel>
</rss>

