<?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: Moving tables from the Results window to a useful medium in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764069#M241969</link>
    <description>I usually pipe the results directly to my destination of choice instead, results window/copy/paste is the 'old' way &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Add an ODS wrapper around the start and end of code you'd like to display in the output. You can use ODS SELECT/EXCLUDE if you want to include/exclude certain tables/outputs. I'm assuming you're aware of how to pipe these tables to data sets as well, that could also be manipulated and then either exported, combined or saved for later use.&lt;BR /&gt;&lt;BR /&gt;ods excel file='/.....' style=meadow;&lt;BR /&gt;proc freq data=sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;</description>
    <pubDate>Wed, 25 Aug 2021 22:42:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-08-25T22:42:00Z</dc:date>
    <item>
      <title>Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764068#M241968</link>
      <description>&lt;P&gt;I have a general question regarding tables that appear in the Results window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can these be moved to another medium where they can be used and resized or re-positioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some frequency tables of race_ethnicity that I want to send to another person (not sure if they have SAS or not).&amp;nbsp; I right-clicked in the Results window and there was an option to export to excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I tried that my session 'froze' there was no response to to back out of the window or get back to the program code.&amp;nbsp; I had IT kill the session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any straightforward ways to use the output from the Results pane?&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;wklierman&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 22:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764068#M241968</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-08-25T22:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764069#M241969</link>
      <description>I usually pipe the results directly to my destination of choice instead, results window/copy/paste is the 'old' way &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Add an ODS wrapper around the start and end of code you'd like to display in the output. You can use ODS SELECT/EXCLUDE if you want to include/exclude certain tables/outputs. I'm assuming you're aware of how to pipe these tables to data sets as well, that could also be manipulated and then either exported, combined or saved for later use.&lt;BR /&gt;&lt;BR /&gt;ods excel file='/.....' style=meadow;&lt;BR /&gt;proc freq data=sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;</description>
      <pubDate>Wed, 25 Aug 2021 22:42:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764069#M241969</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-25T22:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764071#M241970</link>
      <description>&lt;P&gt;Are you using Enterprise Guide by any chance? The method you are using is really only designed for small tables, for example a few thousand rows.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;'s method is better for large tables.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 23:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764071#M241970</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-25T23:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764074#M241971</link>
      <description>I am not familiar with the piping method.&amp;nbsp; That sounds very useful being able to&amp;nbsp; move the data to &lt;BR /&gt;a data set.&amp;nbsp; How does that work?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;wklierman&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2021 23:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764074#M241971</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-08-25T23:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764075#M241972</link>
      <description>I am using a window version of SAS.&amp;nbsp; A couple of the tables are large since they have maybe 15-20 R/E designations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2021 23:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764075#M241972</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2021-08-25T23:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Moving tables from the Results window to a useful medium</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764894#M242269</link>
      <description>&lt;P&gt;Here's some instructions and explanations on how to capture output that is shown. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods-output-statement/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 16:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-tables-from-the-Results-window-to-a-useful-medium/m-p/764894#M242269</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-30T16:12:28Z</dc:date>
    </item>
  </channel>
</rss>

