<?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 apply a command to all but a few variables? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87205#M24923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!!!!!! that's what i was looking for &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Unfortunately I have a lot of numeric variables so it's not easy to read haha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 07:56:20 GMT</pubDate>
    <dc:creator>ginak</dc:creator>
    <dc:date>2012-04-18T07:56:20Z</dc:date>
    <item>
      <title>How to apply a command to all but a few variables?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87203#M24921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to run proc corr on all but a few variables. Most of my variables are numeric (well, they weren't before, but I just converted from character to numeric), so I wanted to run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc corr data=h.april17;&lt;/P&gt;&lt;P&gt;var _all_ ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run this, My log gives me this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Variable EX_COM in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable EX_OTR in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable organization in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable site_name in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable othocc in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable Q12 in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable Q13 in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;ERROR: Variable Q69g in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I run this proc corr on all my variables except for the above 8 variables? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 05:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87203#M24921</guid>
      <dc:creator>ginak</dc:creator>
      <dc:date>2012-04-18T05:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply a command to all but a few variables?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87204#M24922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc corr data=h.april17;&lt;/P&gt;&lt;P&gt;var _numeric_ ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which includes all of your numeric variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 06:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87204#M24922</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-18T06:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply a command to all but a few variables?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87205#M24923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!!!!!! that's what i was looking for &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Unfortunately I have a lot of numeric variables so it's not easy to read haha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 07:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-apply-a-command-to-all-but-a-few-variables/m-p/87205#M24923</guid>
      <dc:creator>ginak</dc:creator>
      <dc:date>2012-04-18T07:56:20Z</dc:date>
    </item>
  </channel>
</rss>

