<?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: Proc Corr - One variable with all others in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117431#M259454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 16:33:33 GMT</pubDate>
    <dc:creator>AD</dc:creator>
    <dc:date>2013-01-08T16:33:33Z</dc:date>
    <item>
      <title>Proc Corr - One variable with all others</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117429#M259452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a large dataset and I am interested in the pearson correlations between one variable (let's call it Var1) and all the other variables in the dataset (Var2, Var3,... , VarN).&amp;nbsp; I am not interested in all the correlations between all the "other" variables (e.g., Var2 with Var3, Var2 with Var4, Var2 with VarN, etc...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that if I include all the variables in the Var statement in Proc Corr that I can get all the information I am looking for.&amp;nbsp; And I can use ODS to output the results and data steps to get rid of the information I don't need.&amp;nbsp; The reason for this post is that I don't SAS to have to compute all those correlations if possible, as this is a really large dataset and will require a lot of processing time and power.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 20:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117429#M259452</guid>
      <dc:creator>AD</dc:creator>
      <dc:date>2013-01-07T20:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr - One variable with all others</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117430#M259453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the WITH statement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc corr data=myData;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var Var1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;with var2-var99;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117430#M259453</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-01-07T21:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr - One variable with all others</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117431#M259454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 16:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Corr-One-variable-with-all-others/m-p/117431#M259454</guid>
      <dc:creator>AD</dc:creator>
      <dc:date>2013-01-08T16:33:33Z</dc:date>
    </item>
  </channel>
</rss>

