<?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: Change the style of my output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839979#M332115</link>
    <description>The first output you have the default results set to ODS LISTING destination and the second is the default HTML. &lt;BR /&gt;Set your preferences to use ODS HTML as the default output type instead of listing - this is a Tools/Preferences change that depends exactly on which tool you're using, ie it's in a different place in EG/Studio/Base&lt;BR /&gt;&lt;BR /&gt;Google tool + change default output destination</description>
    <pubDate>Fri, 21 Oct 2022 16:58:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-10-21T16:58:21Z</dc:date>
    <item>
      <title>Change the style of my output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839973#M332111</link>
      <description>&lt;P&gt;Howdy! I'm using the exact same version of SAS on two different devices but the output looks completely different between the two.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really don't like the formatting pictured first, and want to change it to look like the second picture. I'm having trouble searching for the answer because I can't find the words to describe what's wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ugly, don't want this." style="width: 829px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76448i60F026B08D36AE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ugly.PNG" alt="Ugly, don't want this." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ugly, don't want this.&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pretty, do want this." style="width: 375px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76447i14D0689A5166E510/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pretty.PNG" alt="Pretty, do want this." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Pretty, do want this.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 16:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839973#M332111</guid>
      <dc:creator>greesamu</dc:creator>
      <dc:date>2022-10-21T16:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change the style of my output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839979#M332115</link>
      <description>The first output you have the default results set to ODS LISTING destination and the second is the default HTML. &lt;BR /&gt;Set your preferences to use ODS HTML as the default output type instead of listing - this is a Tools/Preferences change that depends exactly on which tool you're using, ie it's in a different place in EG/Studio/Base&lt;BR /&gt;&lt;BR /&gt;Google tool + change default output destination</description>
      <pubDate>Fri, 21 Oct 2022 16:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839979#M332115</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-21T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change the style of my output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839985#M332119</link>
      <description>&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I found was&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it worked like a charm!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 17:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839985#M332119</guid>
      <dc:creator>greesamu</dc:creator>
      <dc:date>2022-10-21T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change the style of my output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839989#M332123</link>
      <description>Yes but then you have to put that in every program and every session. If you want the change to persist across sessions you should change it in preferences/settings. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2022 17:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839989#M332123</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-21T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change the style of my output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839994#M332128</link>
      <description>aaaah, got it. Updated that, thanks again!</description>
      <pubDate>Fri, 21 Oct 2022 17:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-the-style-of-my-output/m-p/839994#M332128</guid>
      <dc:creator>greesamu</dc:creator>
      <dc:date>2022-10-21T17:56:51Z</dc:date>
    </item>
  </channel>
</rss>

