DeAngelis (2005) creates a variable that holds a URL that is used in a LINE statement.
8.5.2 HTML Anchor Tags as Data Values
Anchor tags can also be placed in data fields as well as column and row labels. The tags can be
built into a data value in a DATA step or in a compute block. Because the latter is more fun, this
is approach taken in the next example.
ods listing close;
* Regional Report ***********************;
ods html style=default
path="&path\results" (url=none)
body='ch8_5_2_Region.html';
title1 'Region Summary';
footnote1;
proc report data=sashelp.prdsale
(where=(prodtype='OFFICE')) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.