<?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: limit varibles in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855512#M37698</link>
    <description>Thanks a lot!&lt;BR /&gt;The code works great.</description>
    <pubDate>Wed, 25 Jan 2023 09:39:56 GMT</pubDate>
    <dc:creator>always-good</dc:creator>
    <dc:date>2023-01-25T09:39:56Z</dc:date>
    <item>
      <title>limit varibles</title>
      <link>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855345#M37691</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have to do the means (proc means) of my data variables. My problem is I want to do means for specific values only that means according to variables ranging from x values to y values and&amp;nbsp; not to all the variables' value.&lt;/P&gt;&lt;P&gt;Is there a way to do it please?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855345#M37691</guid>
      <dc:creator>always-good</dc:creator>
      <dc:date>2023-01-24T15:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: limit varibles</title>
      <link>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855347#M37692</link>
      <description>&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=have;
    where var1&amp;gt;=x and var1&amp;lt;=y;
    /* MORE PROC MEANS STATEMENTS GO HERE */
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855347#M37692</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-24T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: limit varibles</title>
      <link>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855512#M37698</link>
      <description>Thanks a lot!&lt;BR /&gt;The code works great.</description>
      <pubDate>Wed, 25 Jan 2023 09:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/limit-varibles/m-p/855512#M37698</guid>
      <dc:creator>always-good</dc:creator>
      <dc:date>2023-01-25T09:39:56Z</dc:date>
    </item>
  </channel>
</rss>

