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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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