<?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 can I get the data from the results viewer? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429192#M105995</link>
    <description>&lt;P&gt;would you mind to descibe more details?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2018 17:05:42 GMT</pubDate>
    <dc:creator>supmilk</dc:creator>
    <dc:date>2018-01-19T17:05:42Z</dc:date>
    <item>
      <title>How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429184#M105992</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to run a proc logistic program, and exact the values of somers' D , gamma, tau and c from the results viewer. How can I get the data? Where are they?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 16:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429184#M105992</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-01-19T16:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429185#M105993</link>
      <description>&lt;P&gt;Use an ODS Output Statement as described in this article&lt;/P&gt;
&lt;H1 class="post-title item fn"&gt;&lt;FONT size="2"&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;ODS OUTPUT: Store any statistic created by any SAS procedure&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;</description>
      <pubDate>Fri, 19 Jan 2018 16:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429185#M105993</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-01-19T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429191#M105994</link>
      <description>&lt;P&gt;I think you want to add&lt;/P&gt;
&lt;P&gt;ods output fitstatistics = yourdatesetname;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the statement could be either before the proc or as part of the proc before the RUN; statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 17:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429191#M105994</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-19T17:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429192#M105995</link>
      <description>&lt;P&gt;would you mind to descibe more details?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 17:05:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429192#M105995</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-01-19T17:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429200#M105996</link>
      <description>not the fit statistics, but the association statistics.</description>
      <pubDate>Fri, 19 Jan 2018 17:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429200#M105996</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-01-19T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429204#M105997</link>
      <description>&lt;P&gt;You can use the ODS TRACE ON/ODS TRACE OFF Statements to track what output a certain SAS Procedure outputs.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 17:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429204#M105997</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-01-19T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429340#M106050</link>
      <description>Is it possible to get the association statistics without print out the results? I need to do so many replications.</description>
      <pubDate>Sat, 20 Jan 2018 03:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429340#M106050</guid>
      <dc:creator>supmilk</dc:creator>
      <dc:date>2018-01-20T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the data from the results viewer?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429693#M106143</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159659"&gt;@supmilk&lt;/a&gt; wrote:&lt;BR /&gt;Is it possible to get the association statistics without print out the results? I need to do so many replications.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the issue is that you don't want all of the other result tables the you can also use ODS SELECT to only show the table you want.&lt;/P&gt;
&lt;P&gt;Unfortunately the output that requires the ODS OUTPUT statement to generate a data set requires the output actually be sent to an ods destination. &lt;BR /&gt;One approach that may work would be a combination of the ODS SELECT, closing the ODS HTML destination and sending the output to another ods destination such as RTF or PDF.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-get-the-data-from-the-results-viewer/m-p/429693#M106143</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-22T17:21:49Z</dc:date>
    </item>
  </channel>
</rss>

