<?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: Between Dates in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774630#M31232</link>
    <description>If it's the solution to your request, mark it as a solution for other community users to recognize.</description>
    <pubDate>Fri, 15 Oct 2021 23:04:09 GMT</pubDate>
    <dc:creator>mkeintz</dc:creator>
    <dc:date>2021-10-15T23:04:09Z</dc:date>
    <item>
      <title>Between Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774565#M31221</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to bring back records where the Day_28 variable is between 1 and 28. I can't get this statement to work&amp;nbsp;where Day_28= &amp;gt;1 and &amp;lt;=28;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** Limit the Days *;&lt;BR /&gt;Data output.ImagingStudy1;&lt;BR /&gt;Set output.ImagingStudy;&lt;BR /&gt;where Day_28= &amp;gt;1 and &amp;lt;=28;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 16:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774565#M31221</guid>
      <dc:creator>Jesusismygrace</dc:creator>
      <dc:date>2021-10-15T16:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Between Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774566#M31222</link>
      <description>&lt;P&gt;You can do a "compound comparison" like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where 1 le Day_28 le 28;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The mnemonic LE is for "less or equal".&lt;/P&gt;
&lt;P&gt;Or you do&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where day_28 between 1 and 28;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which is valid in SQL.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 16:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774566#M31222</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-15T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Between Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774571#M31223</link>
      <description>Thank you!</description>
      <pubDate>Fri, 15 Oct 2021 16:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774571#M31223</guid>
      <dc:creator>Jesusismygrace</dc:creator>
      <dc:date>2021-10-15T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Between Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774629#M31231</link>
      <description>If it's the solution to your request, mark it as a solution for other community users to recognize.</description>
      <pubDate>Fri, 15 Oct 2021 23:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774629#M31231</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-10-15T23:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Between Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774630#M31232</link>
      <description>If it's the solution to your request, mark it as a solution for other community users to recognize.</description>
      <pubDate>Fri, 15 Oct 2021 23:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Between-Dates/m-p/774630#M31232</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-10-15T23:04:09Z</dc:date>
    </item>
  </channel>
</rss>

