<?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 to pipe tables from the Results screen to another location in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814779#M321612</link>
    <description>&lt;P&gt;What procedure are you using now to produce the reports you are seeing now in your Results?&lt;/P&gt;
&lt;P&gt;Check if the procedure can generate a dataset instead of a report.&amp;nbsp; For example for PROC FREQ use the OUT= option on the TABLES statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=have;
  tables var1 / noprint out=counts;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If the procedure does not have native facility to produce datasets instead of a report check if you can use ODS OUTPUT to get a dataset of the information used to produce the report.&amp;nbsp; Use the ODS TRACE statement to see what outputs are available for the report you are running.&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 19:37:39 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-05-23T19:37:39Z</dc:date>
    <item>
      <title>How to pipe tables from the Results screen to another location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814777#M321610</link>
      <description>&lt;P&gt;I am looking for the best way to pipe tables (like from proc freq) in the Results screen into some other more usable format for additional analysis. Forms like an output SAS data set for further manipulation or an Excel worksheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've looked at SAS Documentation on the SAS website but it is a bit obfuscated (at least for me).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 19:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814777#M321610</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2022-05-23T19:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pipe tables from the Results screen to another location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814779#M321612</link>
      <description>&lt;P&gt;What procedure are you using now to produce the reports you are seeing now in your Results?&lt;/P&gt;
&lt;P&gt;Check if the procedure can generate a dataset instead of a report.&amp;nbsp; For example for PROC FREQ use the OUT= option on the TABLES statement.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=have;
  tables var1 / noprint out=counts;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If the procedure does not have native facility to produce datasets instead of a report check if you can use ODS OUTPUT to get a dataset of the information used to produce the report.&amp;nbsp; Use the ODS TRACE statement to see what outputs are available for the report you are running.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 19:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814779#M321612</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-23T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pipe tables from the Results screen to another location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814786#M321616</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I can go the dataset route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 20:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-pipe-tables-from-the-Results-screen-to-another-location/m-p/814786#M321616</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2022-05-23T20:02:19Z</dc:date>
    </item>
  </channel>
</rss>

