<?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 PROC results and display them in a custom table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307594#M61111</link>
    <description>&lt;P&gt;ODS OUTPUT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2016 09:10:34 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-10-27T09:10:34Z</dc:date>
    <item>
      <title>Store PROC results and display them in a custom table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307593#M61110</link>
      <description>&lt;P&gt;Hello, I think the title says it all: I would like to store single results from PROC steps (i. e. regression coefficients, p-values ...) and display them later altogether in one table. It would also work for me just to print them as a list with annotations. The important thing here is that I need to display a large amount of results in an overseeable way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm especially thinking of the way you can work with stored results in Stata. Every program you execute generates a number of local macros that contain the single numbers and strings that you can see in the program's output. Afterwards you can store them with custom names and after you finished all your analyses you can easily get an overview over the key outputs.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307593#M61110</guid>
      <dc:creator>Jazzman</dc:creator>
      <dc:date>2016-10-27T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Store PROC results and display them in a custom table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307594#M61111</link>
      <description>&lt;P&gt;ODS OUTPUT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307594#M61111</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-27T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Store PROC results and display them in a custom table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307595#M61112</link>
      <description>&lt;P&gt;If you put:&lt;BR /&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;Before each step, and turn it off afterwards, you will see the ODS system generates a hidden table for each set of results it generates. &amp;nbsp;These can be extracted in a few ways, out= and set a dataset in some instances, in proc means for instance you can get it from:&lt;/P&gt;
&lt;P&gt;output out=...;&lt;/P&gt;
&lt;P&gt;But in all case you can use:&lt;/P&gt;
&lt;P&gt;ods output &amp;lt;object_name&amp;gt;=&amp;lt;dataset_name&amp;gt;;&lt;/P&gt;
&lt;P&gt;To store these somewhere.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Store-PROC-results-and-display-them-in-a-custom-table/m-p/307595#M61112</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-10-27T09:15:38Z</dc:date>
    </item>
  </channel>
</rss>

