<?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: Launch a website, in browser, from SAS program code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457589#M116027</link>
    <description>Thank you, that is exactly what I was looking for!&lt;BR /&gt;&lt;BR /&gt;By the way, it’s one set of quotes and the noxsync and noxwait options make the launch of my bookmark work seamlessly with SAS.&lt;BR /&gt;&lt;BR /&gt;Thanks again, really appreciate it.</description>
    <pubDate>Thu, 26 Apr 2018 01:18:46 GMT</pubDate>
    <dc:creator>tadams11</dc:creator>
    <dc:date>2018-04-26T01:18:46Z</dc:date>
    <item>
      <title>Launch a website, in browser, from SAS program code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457583#M116025</link>
      <description>Is there a way in base SAS to launch a browser on my computer and open to a web address? For example, is there a line of code that I could insert into a program to open Internet Explorer and go immediately to &lt;A href="http://www.sec.gov" target="_blank"&gt;www.sec.gov&lt;/A&gt;? Almost like bookmarking a webpage with information relevant to my analysis directly in my program.&lt;BR /&gt;&lt;BR /&gt;I have base SAS and I run it locally on my PC.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 25 Apr 2018 23:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457583#M116025</guid>
      <dc:creator>tadams11</dc:creator>
      <dc:date>2018-04-25T23:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a website, in browser, from SAS program code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457585#M116026</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/206756"&gt;@tadams11&lt;/a&gt; wrote:&lt;BR /&gt;Is there a way in base SAS to launch a browser on my computer and open to a web address? For example, is there a line of code that I could insert into a program to open Internet Explorer and go immediately to &lt;A href="http://www.sec.gov" target="_blank"&gt;www.sec.gov&lt;/A&gt;? Almost like bookmarking a webpage with information relevant to my analysis directly in my program.&lt;BR /&gt;&lt;BR /&gt;I have base SAS and I run it locally on my PC.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you have X command enabled this is relatively trivial. You need to have the location of your browser but otherwise it would look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;X ""C:\Program Files\Internet Explorer\iexplore.exe" www.sec.com";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can't test it now because I'm at home, but that's the idea anyways. &amp;nbsp;It's usually the quote marks that trip me up somehow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If X doesn't work, you can try %SYSEXEC or CALL SYSTEM as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can enable XCMD if you need it with the following, though its possible that your system may have it locked down:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option xcmd;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2018 23:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457585#M116026</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-25T23:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a website, in browser, from SAS program code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457589#M116027</link>
      <description>Thank you, that is exactly what I was looking for!&lt;BR /&gt;&lt;BR /&gt;By the way, it’s one set of quotes and the noxsync and noxwait options make the launch of my bookmark work seamlessly with SAS.&lt;BR /&gt;&lt;BR /&gt;Thanks again, really appreciate it.</description>
      <pubDate>Thu, 26 Apr 2018 01:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-website-in-browser-from-SAS-program-code/m-p/457589#M116027</guid>
      <dc:creator>tadams11</dc:creator>
      <dc:date>2018-04-26T01:18:46Z</dc:date>
    </item>
  </channel>
</rss>

