<?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 how to ready a bunch of variables similar but ended by different letter in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47337#M12709</link>
    <description>I have a dataset with 2 wave survey info, for example&lt;BR /&gt;
 var1a var1b var1c          var2a var2b var2c&lt;BR /&gt;
&lt;BR /&gt;
number tells you which wave the variable comes from&lt;BR /&gt;
last letter differentiates the variables.&lt;BR /&gt;
&lt;BR /&gt;
If I want to subset variables from wave 2, &lt;BR /&gt;
 I am not allowed to do like following, instead I have to list every one.&lt;BR /&gt;
proc means;&lt;BR /&gt;
var var2a-var2c;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Urgent advice needed. Many thanks.</description>
    <pubDate>Wed, 17 Sep 2008 22:36:55 GMT</pubDate>
    <dc:creator>tulip</dc:creator>
    <dc:date>2008-09-17T22:36:55Z</dc:date>
    <item>
      <title>how to ready a bunch of variables similar but ended by different letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47337#M12709</link>
      <description>I have a dataset with 2 wave survey info, for example&lt;BR /&gt;
 var1a var1b var1c          var2a var2b var2c&lt;BR /&gt;
&lt;BR /&gt;
number tells you which wave the variable comes from&lt;BR /&gt;
last letter differentiates the variables.&lt;BR /&gt;
&lt;BR /&gt;
If I want to subset variables from wave 2, &lt;BR /&gt;
 I am not allowed to do like following, instead I have to list every one.&lt;BR /&gt;
proc means;&lt;BR /&gt;
var var2a-var2c;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Urgent advice needed. Many thanks.</description>
      <pubDate>Wed, 17 Sep 2008 22:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47337#M12709</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2008-09-17T22:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to ready a bunch of variables similar but ended by different letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47338#M12710</link>
      <description>It would be most useful if you would share your SASLOG output to explain your problem, for assistance.  Also, info about your data-points would be useful as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 18 Sep 2008 02:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47338#M12710</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-18T02:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to ready a bunch of variables similar but ended by different letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47339#M12711</link>
      <description>Hi Jenn.&lt;BR /&gt;
You can use this shortcut : VAR var2: ; which stands for 'all variables having their name beginning with "VAR2" '.&lt;BR /&gt;
Regards&lt;BR /&gt;
Olivier</description>
      <pubDate>Thu, 18 Sep 2008 07:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47339#M12711</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-09-18T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to ready a bunch of variables similar but ended by different letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47340#M12712</link>
      <description>thanks. that is a great help.</description>
      <pubDate>Sat, 20 Sep 2008 02:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ready-a-bunch-of-variables-similar-but-ended-by-different/m-p/47340#M12712</guid>
      <dc:creator>tulip</dc:creator>
      <dc:date>2008-09-20T02:25:52Z</dc:date>
    </item>
  </channel>
</rss>

