BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

I need to be able to put a hyperlink in the body of an EMAIL from a SAS application on Z/OS.

The current web link is very long and ugly.

Can you help?

Thanks. Steve.
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Check today's archives - another request for EMAIL from SAS. Simply code the URL string (in a SAS PUT statement) with the http prefix as you would render in the browser address bar.

Scott Barry
SBBWorks, Inc.
deleted_user
Not applicable
I know I can do that, but the http link stuff is so long and ugly.

When you send an EMAIL in Outlook(outside of SAS) you can change that long http thing to a short meaningful name. A MS thing, I was hoping to make it look nice.

If someone has a solution please let me know.

Thanks for responding.
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
It's an HTML tag, ANCHOR. You will need to generate an HTML-formatted EMAIL and use DATA step PUT statement(s) to output the HTML tags in the body of the EMAIL. Use the FILENAME EMAIL access method and a DATA step or settle for PROC-generated links, display-text and optionally ALT= tags.

Scott Barry
SBBWorks, Inc.

Base SAS
Generating Hyperlinks with SAS
http://support.sas.com/rnd/base/ods/templateFAQ/links.html

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 3 replies
  • 1935 views
  • 0 likes
  • 2 in conversation