<?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 i can refer to specific data from results? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259741#M57494</link>
    <description>&lt;P&gt;Save the object that the procedure creates. &amp;nbsp;Each procedure creates a series of objects which contain various parts of the output. &amp;nbsp;You can see what objects are created using:&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;Before your procedure code. &amp;nbsp;In the log it will show you what objects are created. &amp;nbsp;You can then change the above line to:&lt;BR /&gt;ods &amp;lt;object-name&amp;gt;=&amp;lt;datasetname&amp;gt;;&lt;/P&gt;
&lt;P&gt;Have a look at this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/scratch/ods-tips.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/ods/scratch/ods-tips.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 15:42:05 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-03-29T15:42:05Z</dc:date>
    <item>
      <title>how i can refer to specific data from results?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259735#M57492</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2538iB9CD13E44B21534B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Snap.PNG" title="Snap.PNG" /&gt;&lt;/P&gt;&lt;P&gt;That is part of results of PROC CORR. I need refer in my code to "Parameter Estimate" coeeficients. How to do it in my code?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259735#M57492</guid>
      <dc:creator>bigban777</dc:creator>
      <dc:date>2016-03-29T15:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: how i can refer to specific data from results?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259740#M57493</link>
      <description>&lt;P&gt;You can capture the table into a dataset and then use it.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ods_sect013.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ods_sect013.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That looks like output from regression though, not Proc Corr...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259740#M57493</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-29T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: how i can refer to specific data from results?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259741#M57494</link>
      <description>&lt;P&gt;Save the object that the procedure creates. &amp;nbsp;Each procedure creates a series of objects which contain various parts of the output. &amp;nbsp;You can see what objects are created using:&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;Before your procedure code. &amp;nbsp;In the log it will show you what objects are created. &amp;nbsp;You can then change the above line to:&lt;BR /&gt;ods &amp;lt;object-name&amp;gt;=&amp;lt;datasetname&amp;gt;;&lt;/P&gt;
&lt;P&gt;Have a look at this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/scratch/ods-tips.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/ods/scratch/ods-tips.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-i-can-refer-to-specific-data-from-results/m-p/259741#M57494</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-29T15:42:05Z</dc:date>
    </item>
  </channel>
</rss>

