<?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 GLM and Store: where is the stored data? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412773#M21626</link>
    <description>&lt;P&gt;You can't view a STORE, it's intended to be unchangeable and work with other SAS procedures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the estimates and manipulate them for output use the ODS TABLES or OUTPUT OUT table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 00:41:50 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-13T00:41:50Z</dc:date>
    <item>
      <title>Proc GLM and Store: where is the stored data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412705#M21621</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Hello,&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;I have the following code. I am trying to store coefficients to calculate predicted values. I would like to look at the work.score dataset to see the structure, but I can't seem to open it. I've tried finding and opening it and also using proc print.&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;glm&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=data;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;class&lt;/SPAN&gt; year (ref=&lt;SPAN class="s3"&gt;"2010"&lt;/SPAN&gt;) age_gr groups(ref=&lt;SPAN class="s3"&gt;"1"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;model&lt;/SPAN&gt; cost=groups|year|female/&lt;SPAN class="s2"&gt;solution&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;store&lt;/SPAN&gt; work.score ;&lt;/P&gt;&lt;P class="p2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s4"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 17:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412705#M21621</guid>
      <dc:creator>GKati</dc:creator>
      <dc:date>2017-11-12T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM and Store: where is the stored data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412725#M21622</link>
      <description>&lt;P&gt;Hi, you have to use proc plm to process the contents of the item store&amp;nbsp;&lt;SPAN&gt;work.score. HTH.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 20:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412725#M21622</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-11-12T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM and Store: where is the stored data?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412773#M21626</link>
      <description>&lt;P&gt;You can't view a STORE, it's intended to be unchangeable and work with other SAS procedures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the estimates and manipulate them for output use the ODS TABLES or OUTPUT OUT table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 00:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-and-Store-where-is-the-stored-data/m-p/412773#M21626</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-13T00:41:50Z</dc:date>
    </item>
  </channel>
</rss>

