<?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: View HTML results in one window instead of several tabs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760950#M240710</link>
    <description>&lt;P&gt;Is Internet Explorer your only option?&amp;nbsp; Do you have Edge, Chrome, or Firefox available?&amp;nbsp; Internet Explorer is quite out of date and is probably not what you want to be using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which SAS interface are you using?&amp;nbsp; Display Manger?&amp;nbsp; SAS studio?&amp;nbsp; It doesn't sound like you're using Enterprise Guide from what you're describing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 15:35:56 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2021-08-11T15:35:56Z</dc:date>
    <item>
      <title>View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760926#M240696</link>
      <description>&lt;P&gt;Is there a way to configure SAS so that my HTML output are in several tabs within one IE window instead of separate windows? I have SAS 9.4 TS Level 1M4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 14:44:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760926#M240696</guid>
      <dc:creator>nd</dc:creator>
      <dc:date>2021-08-11T14:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760936#M240701</link>
      <description>&lt;P&gt;You would have to share considerable details of how you are creating the HTML output to have much chance of doing this I believe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mostly you are likely dealing with IE settings, not your SAS output code, plus exactly how you open the results in IE or any other browser.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760936#M240701</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-11T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760937#M240702</link>
      <description>&lt;P&gt;You can output several HTML files, which then can be opened in several IE tabs, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file="one.html";
proc whatever;
...
run;
ods html close;
ods html file="two.html";
proc whatever;
...
run;
ods html close;
ods html file="three.html";
/* and so on */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This requires you to actually open each HTML file into IE, not sure if that's what you are asking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760937#M240702</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-11T15:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760941#M240704</link>
      <description>&lt;P&gt;The behavior you're seeing may have more to do with IE than it does with SAS.&amp;nbsp; In my IE, different HTML results from SAS go into tabs not separate IE windows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which SAS interface are you using?&amp;nbsp; How are you opening IE?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760941#M240704</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-11T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760947#M240708</link>
      <description>&lt;P&gt;To clarify, I've set up SAS to view results by creating an HTML file as follows:&amp;nbsp; Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;Create HTML checked, View results using: Internet Explorer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IE is also configured to open new tabs in the same window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running a macro with several proc freqs and a proc report and I want the output to appear as several tabs in one window. Currently each result is opening in a separate window. Thanks all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:28:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760947#M240708</guid>
      <dc:creator>nd</dc:creator>
      <dc:date>2021-08-11T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760950#M240710</link>
      <description>&lt;P&gt;Is Internet Explorer your only option?&amp;nbsp; Do you have Edge, Chrome, or Firefox available?&amp;nbsp; Internet Explorer is quite out of date and is probably not what you want to be using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which SAS interface are you using?&amp;nbsp; Display Manger?&amp;nbsp; SAS studio?&amp;nbsp; It doesn't sound like you're using Enterprise Guide from what you're describing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760950#M240710</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-11T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760952#M240711</link>
      <description>&lt;P&gt;Jim,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also have Edge and Chrome, however SAS only gives the option of IE or Firefox under the View results using drop down. I'm using SAS 9.4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ND&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760952#M240711</guid>
      <dc:creator>nd</dc:creator>
      <dc:date>2021-08-11T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: View HTML results in one window instead of several tabs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760956#M240712</link>
      <description>&lt;P&gt;That's odd.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, I would try Firefox.&amp;nbsp; The result may be the same, but it's worth a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/View-HTML-results-in-one-window-instead-of-several-tabs/m-p/760956#M240712</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-11T15:57:45Z</dc:date>
    </item>
  </channel>
</rss>

