<?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 How to preserve formatting of proc freq table output in Results Viewer when copying/pasting? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-formatting-of-proc-freq-table-output-in-Results/m-p/179629#M45822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;The proc freq output in SAS v9.3 looks great, but when I copy and paste tables from the Results Viewer into the body of an email in MS Outlook email or into an MS Word document the nice formatting (blue font &amp;amp; background shading) is replaced with bland black &amp;amp; white Times New Roman font.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I don't have this problem when I copy production quality scatterplots produced with proc sgplot into Outlook or Word.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Is there a quick and easy way to preserve proc freq formatting or do I need to specify table formatting in proc template? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 20:19:57 GMT</pubDate>
    <dc:creator>RobF</dc:creator>
    <dc:date>2014-04-14T20:19:57Z</dc:date>
    <item>
      <title>How to preserve formatting of proc freq table output in Results Viewer when copying/pasting?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-formatting-of-proc-freq-table-output-in-Results/m-p/179629#M45822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;The proc freq output in SAS v9.3 looks great, but when I copy and paste tables from the Results Viewer into the body of an email in MS Outlook email or into an MS Word document the nice formatting (blue font &amp;amp; background shading) is replaced with bland black &amp;amp; white Times New Roman font.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I don't have this problem when I copy production quality scatterplots produced with proc sgplot into Outlook or Word.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Is there a quick and easy way to preserve proc freq formatting or do I need to specify table formatting in proc template? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:19:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-formatting-of-proc-freq-table-output-in-Results/m-p/179629#M45822</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2014-04-14T20:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve formatting of proc freq table output in Results Viewer when copying/pasting?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-formatting-of-proc-freq-table-output-in-Results/m-p/179630#M45823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, figured it out - it's the "HTMLBlue" format style I need to specify with the ODS output statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;rtf&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;body&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"C:\freq tables\table_1.rtf"&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=HTMLBlue;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;freq&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=work.dataset;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;title&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"Table 1"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;tables&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; x;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;rtf&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-formatting-of-proc-freq-table-output-in-Results/m-p/179630#M45823</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2014-04-14T21:17:12Z</dc:date>
    </item>
  </channel>
</rss>

