<?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: Copying proc freq tables from Results pane to pdf or excel format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948937#M371247</link>
    <description>&lt;P&gt;Not a copy and paste at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='myfile.pdf';
proc freq ...
...
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or ODS EXCEL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 17:14:43 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-10-24T17:14:43Z</dc:date>
    <item>
      <title>Copying proc freq tables from Results pane to pdf or excel format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948936#M371246</link>
      <description>&lt;P&gt;My question is: How do I copy frequency tables from the Results pane to another format like pdf or excel so they can be emailed to other individuals?&amp;nbsp; &lt;/P&gt;
&lt;PRE&gt;proc freq data=ANALYZE4.urban_rural;
by clm_type_ohg_desc;
table flag_telehealth*desi&lt;/PRE&gt;
&lt;P&gt;The tables in the Results viewer are labeled sashtml.&amp;nbsp; When I right-click on the table and 'Export to Excel' appears. &amp;nbsp; But I can't locate the excel worksheet.&lt;/P&gt;
&lt;P&gt;So, in summary I need to copy frequency tables from the Result Viewer to another format (Excel would be best, however, as I mentioned I can't locate the resulting excel worksheet).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for sharing your time and expertise on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 17:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948936#M371246</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-24T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copying proc freq tables from Results pane to pdf or excel format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948937#M371247</link>
      <description>&lt;P&gt;Not a copy and paste at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='myfile.pdf';
proc freq ...
...
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or ODS EXCEL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 17:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948937#M371247</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-10-24T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copying proc freq tables from Results pane to pdf or excel format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948990#M371265</link>
      <description>Thank you.&amp;nbsp; The pdf is created.&lt;BR /&gt;wlierman&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2024 23:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/948990#M371265</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-24T23:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying proc freq tables from Results pane to pdf or excel format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/949024#M371286</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/65907"&gt;@wlierman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help all users of this community by marking my answer as correct.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 09:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/949024#M371286</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-10-25T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying proc freq tables from Results pane to pdf or excel format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/949036#M371293</link>
      <description>Will do.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2024 13:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-proc-freq-tables-from-Results-pane-to-pdf-or-excel/m-p/949036#M371293</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-25T13:10:16Z</dc:date>
    </item>
  </channel>
</rss>

