<?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 url in the browser and click the link in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622036#M182936</link>
    <description>&lt;P&gt;On windows from a command prompt, you can run:&lt;/P&gt;
&lt;PRE&gt;start iexplore "http://sas.com"&lt;/PRE&gt;
&lt;P&gt;To open IE to sas.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you're in PC SAS, it could be a simple as submitting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;x 'start iexplore "http://sas.com"' ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That will open internet explorer to a specified URL.&amp;nbsp; Clicking a link would take some sort of automation.&amp;nbsp; But if you just want to get to one URL, probably easiest to just specify it in the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;mentioned, this approach may not work in your SAS environment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 20:33:03 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2020-02-03T20:33:03Z</dc:date>
    <item>
      <title>Launch a url in the browser and click the link</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622029#M182932</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How to program in SAS to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;launch&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;url in IE Browser&amp;nbsp;on my computer and click on a link&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 20:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622029#M182932</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2020-02-03T20:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a url in the browser and click the link</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622031#M182934</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192083"&gt;@radha009&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;How to program in SAS to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;launch&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;url in IE Browser&amp;nbsp;on my computer and click on a link&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This question can not sufficiently be answered without knowledge of your SAS architecture.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Do you run SAS locally, or on a remote server?&lt;/LI&gt;
&lt;LI&gt;How do you interface with SAS? (Display Manager, SAS Studio, Enterprise Guide)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Feb 2020 20:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622031#M182934</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-03T20:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a url in the browser and click the link</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622036#M182936</link>
      <description>&lt;P&gt;On windows from a command prompt, you can run:&lt;/P&gt;
&lt;PRE&gt;start iexplore "http://sas.com"&lt;/PRE&gt;
&lt;P&gt;To open IE to sas.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you're in PC SAS, it could be a simple as submitting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;x 'start iexplore "http://sas.com"' ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That will open internet explorer to a specified URL.&amp;nbsp; Clicking a link would take some sort of automation.&amp;nbsp; But if you just want to get to one URL, probably easiest to just specify it in the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;mentioned, this approach may not work in your SAS environment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 20:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Launch-a-url-in-the-browser-and-click-the-link/m-p/622036#M182936</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2020-02-03T20:33:03Z</dc:date>
    </item>
  </channel>
</rss>

