<?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 do I change results style in ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351446#M18354</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get my ods html to stop using basic&amp;nbsp;dashed line tables in proc report, proc tabulate, etc. When I use an ODS&amp;nbsp;statement such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS html style=statistical;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all that changes is the background of the results window. Also, using styles options&amp;nbsp;within a proc tabulate step is not working either. Any suggestions will be much appreciated. I'm using SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 20:14:02 GMT</pubDate>
    <dc:creator>sstat331</dc:creator>
    <dc:date>2017-04-19T20:14:02Z</dc:date>
    <item>
      <title>How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351446#M18354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get my ods html to stop using basic&amp;nbsp;dashed line tables in proc report, proc tabulate, etc. When I use an ODS&amp;nbsp;statement such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS html style=statistical;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all that changes is the background of the results window. Also, using styles options&amp;nbsp;within a proc tabulate step is not working either. Any suggestions will be much appreciated. I'm using SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351446#M18354</guid>
      <dc:creator>sstat331</dc:creator>
      <dc:date>2017-04-19T20:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351448#M18355</link>
      <description>&lt;P&gt;Check your preferences (check Tools&amp;gt;options&amp;gt;preferences&amp;gt;results&amp;nbsp;and make sure that the "create html" or which ever the text similar may be has the box checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also do your logs have any notes about styes?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351448#M18355</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-19T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351457#M18356</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;, Thanks for your response. I checked my preferences again, and yes I do have the "create HTML" option on. I pasted a note from my log below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;967 ods html close;&lt;/P&gt;&lt;P&gt;968 ods html style=statistical ;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: sashtml58.htm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other guidance you can provide will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351457#M18356</guid>
      <dc:creator>sstat331</dc:creator>
      <dc:date>2017-04-19T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351466#M18357</link>
      <description>&lt;P&gt;Double check that Statistical is one of the styles available in your menu of style choices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Close sas and restart.&lt;/P&gt;
&lt;P&gt;Without specifying an ODS HTML statement with style&lt;/P&gt;
&lt;P&gt;Run this code:&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=sashelp.class;
   class sex age;
   var height;
   table age,
         sex*height*mean;
run;&lt;/PRE&gt;
&lt;P&gt;and attach the resulting HTML file using the Attachments browse took&amp;nbsp;(NOT paste, we want to see the html created without the forum software attempting to reformat anything)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And which is the default style you are using when not specifying statistical? It would be on that same results tab in the STYLE window.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 21:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351466#M18357</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-19T21:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351477#M18358</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I do not observe the behavior you mention. Style overrides work fine for me in PROC TABULATE and PROC REPORT using the STATISTICAL style. I used the explicit FILE=, so you could see that I opened the output file outside of SAS in a browser window.&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8411i65E0777E113D0BDC/image-size/original?v=1.0&amp;amp;px=-1" alt="test_style.png" title="test_style.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 22:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351477#M18358</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-19T22:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351647#M18361</link>
      <description>&lt;P&gt;Hi Cynthia_sas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the below attachment. The code you provided worked great when I ran the sashelp data, but did not work when I used my data from our server. I always get this message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;433 ods html file='H:\test_style1.pdf' style=statistical;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: H:\test_style1.pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the color may change, but the simple dashed line, non-formatted reports get printed. I'm starting to wonder if it is iheriting Linux settings from our server. Do you know if the SAS styles are modified if you access data from a Linux server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 12:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351647#M18361</guid>
      <dc:creator>sstat331</dc:creator>
      <dc:date>2017-04-20T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change results style in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351683#M18363</link>
      <description>&lt;P&gt;Thanks for all of your help! I tried saving the data to my local machine, and then ran proc tabulate with style options&amp;nbsp;on those data. After that, the styles worked fine. Turns out, it must have been a Linux/SAS communication issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 13:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-change-results-style-in-ODS/m-p/351683#M18363</guid>
      <dc:creator>sstat331</dc:creator>
      <dc:date>2017-04-20T13:51:11Z</dc:date>
    </item>
  </channel>
</rss>

