<?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 Is it feasible to make SAS result viewer a web browser? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-it-feasible-to-make-SAS-result-viewer-a-web-browser/m-p/973378#M377679</link>
    <description>&lt;P&gt;When using SAS code to add a hyperlink to a cell in report and the report is shown in HTML output, which is the default destination of SAS 9.4, I can click the&amp;nbsp;hyperlink and jump to another webpage, just like what I do in web browser.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data surfing;
  input website $ 1-42;
  cards;
  Bing
  SAS Studio
  SAS Community
  Regex
  Robert's SAS Gallery
  ;
run;

proc format;
  value $url
  "Bing"="http://www.bing.com"
  "SAS Studio"="https://welcome.oda.sas.com"
  "SAS Community"="https://communities.sas.com/"
  "Regex"="https://regex101.com/"
  "Robert's SAS Gallery"="https://robslink.com/SAS/Home.htm"
  ;
run;

title "My bookmarks";
proc report data=surfing;
  column website;
  define website/style(column)={url=$url. flyover=$url.};
run;
title;&lt;/PRE&gt;
&lt;P&gt;In the result viewer:&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="whymath_0-1756260265963.png" style="width: 488px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109308iEBF8DA30859FE489/image-size/medium?v=v2&amp;amp;px=400" role="button" title="whymath_0-1756260265963.png" alt="whymath_0-1756260265963.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I click on "Robert's SAS Gallery":&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whymath_3-1756260696319.png" style="width: 833px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109315i202622CDE893A761/image-size/medium?v=v2&amp;amp;px=400" role="button" title="whymath_3-1756260696319.png" alt="whymath_3-1756260696319.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here are several findings as I continue trying this method:&lt;/P&gt;
&lt;P&gt;1. It seems the internal browser of SAS result viewer has a very old version, many webpage couldn't be open or display normally, try Regex;&lt;/P&gt;
&lt;P&gt;2. Even the webpage can be opened, it is very easily for me to see "Script Error" windows just pop up;&lt;/P&gt;
&lt;P&gt;3. When using EG or SAS Studio, I cann't jump to another webpage by clicking on a hyperlink;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you think of this method and the issues?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2025 02:21:10 GMT</pubDate>
    <dc:creator>whymath</dc:creator>
    <dc:date>2025-08-27T02:21:10Z</dc:date>
    <item>
      <title>Is it feasible to make SAS result viewer a web browser?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-it-feasible-to-make-SAS-result-viewer-a-web-browser/m-p/973378#M377679</link>
      <description>&lt;P&gt;When using SAS code to add a hyperlink to a cell in report and the report is shown in HTML output, which is the default destination of SAS 9.4, I can click the&amp;nbsp;hyperlink and jump to another webpage, just like what I do in web browser.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data surfing;
  input website $ 1-42;
  cards;
  Bing
  SAS Studio
  SAS Community
  Regex
  Robert's SAS Gallery
  ;
run;

proc format;
  value $url
  "Bing"="http://www.bing.com"
  "SAS Studio"="https://welcome.oda.sas.com"
  "SAS Community"="https://communities.sas.com/"
  "Regex"="https://regex101.com/"
  "Robert's SAS Gallery"="https://robslink.com/SAS/Home.htm"
  ;
run;

title "My bookmarks";
proc report data=surfing;
  column website;
  define website/style(column)={url=$url. flyover=$url.};
run;
title;&lt;/PRE&gt;
&lt;P&gt;In the result viewer:&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="whymath_0-1756260265963.png" style="width: 488px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109308iEBF8DA30859FE489/image-size/medium?v=v2&amp;amp;px=400" role="button" title="whymath_0-1756260265963.png" alt="whymath_0-1756260265963.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I click on "Robert's SAS Gallery":&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whymath_3-1756260696319.png" style="width: 833px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109315i202622CDE893A761/image-size/medium?v=v2&amp;amp;px=400" role="button" title="whymath_3-1756260696319.png" alt="whymath_3-1756260696319.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here are several findings as I continue trying this method:&lt;/P&gt;
&lt;P&gt;1. It seems the internal browser of SAS result viewer has a very old version, many webpage couldn't be open or display normally, try Regex;&lt;/P&gt;
&lt;P&gt;2. Even the webpage can be opened, it is very easily for me to see "Script Error" windows just pop up;&lt;/P&gt;
&lt;P&gt;3. When using EG or SAS Studio, I cann't jump to another webpage by clicking on a hyperlink;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you think of this method and the issues?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 02:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-it-feasible-to-make-SAS-result-viewer-a-web-browser/m-p/973378#M377679</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2025-08-27T02:21:10Z</dc:date>
    </item>
  </channel>
</rss>

