<?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: STORE in SAS studio in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308727#M16343</link>
    <description>&lt;P&gt;Thank you Rick for confirming . I further went thro the documentation and found that in the proc option the out dataset can be saved instead of store option. Snap shot from the SAS documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"If you specify the OUTP=, OUTS=, OUTK=, or OUTH= option, PROC CORR creates an output data set&lt;BR /&gt;that contains statistics for Pearson correlation, Spearman correlation, Kendall’s tau-b, or Hoeffding’s D,&lt;BR /&gt;respectively."&lt;/P&gt;&lt;PRE&gt;proc corr data=statdata.fitness rank outh=test1;
var runtime age weight ;
with oxygen_consumption;

run;&lt;/PRE&gt;</description>
    <pubDate>Wed, 02 Nov 2016 11:42:53 GMT</pubDate>
    <dc:creator>DHINESHSHANKAR0</dc:creator>
    <dc:date>2016-11-02T11:42:53Z</dc:date>
    <item>
      <title>STORE in SAS studio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308590#M16333</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I was trying to use STORE the CORR results in SAS studio , is this possible . I am getting error.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;   proc corr data=statdata.fitness rank  nosimple
 58         plots(only)=matrix (nvar = all histogram) ;
 59         
 60         var RunTimeAgeWeightRun_Pulse Oxygen_ConsumptionRest_PulseMaximum_PulsePerformance;
 61         
 62         store out = test1;
            _____
            180
 ERROR 180-322: Statement is not valid or it is used out of proper order.
 63         run;
 64         ods graphics off;
 65         
 66         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308590#M16333</guid>
      <dc:creator>DHINESHSHANKAR0</dc:creator>
      <dc:date>2016-11-01T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: STORE in SAS studio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308598#M16335</link>
      <description>&lt;P&gt;Your error is because the STORE statement is not a &lt;A href="http://support.sas.com/documentation/cdl/en/procstat/68142/HTML/default/viewer.htm#procstat_corr_toc.htm" target="_self"&gt;valid statement in PROC CORR.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the STORE statement works for procedures that support it:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex = height weight;
store out=LogiModel;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308598#M16335</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-11-01T18:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: STORE in SAS studio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308727#M16343</link>
      <description>&lt;P&gt;Thank you Rick for confirming . I further went thro the documentation and found that in the proc option the out dataset can be saved instead of store option. Snap shot from the SAS documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"If you specify the OUTP=, OUTS=, OUTK=, or OUTH= option, PROC CORR creates an output data set&lt;BR /&gt;that contains statistics for Pearson correlation, Spearman correlation, Kendall’s tau-b, or Hoeffding’s D,&lt;BR /&gt;respectively."&lt;/P&gt;&lt;PRE&gt;proc corr data=statdata.fitness rank outh=test1;
var runtime age weight ;
with oxygen_consumption;

run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2016 11:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-in-SAS-studio/m-p/308727#M16343</guid>
      <dc:creator>DHINESHSHANKAR0</dc:creator>
      <dc:date>2016-11-02T11:42:53Z</dc:date>
    </item>
  </channel>
</rss>

