BookmarkSubscribeRSS Feed
radha009
Quartz | Level 8

How to program in SAS to launch a url in IE Browser on my computer and click on a link

2 REPLIES 2
Kurt_Bremser
Super User

@radha009 wrote:

How to program in SAS to launch a url in IE Browser on my computer and click on a link


This question can not sufficiently be answered without knowledge of your SAS architecture.

  • Do you run SAS locally, or on a remote server?
  • How do you interface with SAS? (Display Manager, SAS Studio, Enterprise Guide)
Quentin
Super User

On windows from a command prompt, you can run:

start iexplore "http://sas.com"

To open IE to sas.com.

 

So if you're in PC SAS, it could be a simple as submitting:

x 'start iexplore "http://sas.com"' ;

That will open internet explorer to a specified URL.  Clicking a link would take some sort of automation.  But if you just want to get to one URL, probably easiest to just specify it in the command.

 

But as @Kurt_Bremser mentioned, this approach may not work in your SAS environment. 

 

 

BASUG is hosting free webinars ! Check out recordings of our past webinars: https://www.basug.org/videos. Save the date for our in person SAS Blowout on Oct 18 in Cambridge, MA. Registration opens in September.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1264 views
  • 0 likes
  • 3 in conversation