<?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: HTML inside SAS in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573787#M12573</link>
    <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I got your point.&lt;/P&gt;&lt;P&gt;Could you please share me your code where you have&amp;nbsp;your dataset called. so that I can try with the same way and check if my variable in getting passed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 09:19:49 GMT</pubDate>
    <dc:creator>somu19tec</dc:creator>
    <dc:date>2019-07-16T09:19:49Z</dc:date>
    <item>
      <title>HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573769#M12564</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am actually creating a sas portal using stored process&amp;nbsp;along with&amp;nbsp;HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have actually created a code&amp;nbsp; for the layout of the portal. now I have to integrate the data into the portal using HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me how to bring the data which is present as sas dataset into the HTML Div section,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;part of the code here below :&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'&amp;lt;tr&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'&amp;lt;td&amp;gt;'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;br /&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'&amp;lt;div id="myDiv" name="myDiv" title="S/No. Staff &amp;amp; Admin" style="font-family: Helvetica; font-size: 12pt; "&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;div id="subDiv1" name="subDiv1" title="S/No. Staff &amp;amp; Admin" &amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;h5&amp;gt;S/No. Staff &amp;amp; Admin&amp;lt;/h5&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;p&amp;gt;&amp;lt;a href="&lt;STRONG&gt;&lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;"&amp;gt;&lt;/STRONG&gt;Google&amp;lt;/a&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;a href="&lt;A target="_blank" rel="noopener"&gt;https://www.google.com/html/"&amp;gt;&amp;lt;img&lt;/A&gt; src="../SASStoredProcess/adhoc/images/icon_csv.png" width="28" height="33"/&amp;gt;&amp;lt;/a&amp;gt;'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;/p&amp;gt; &amp;lt;/div&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;put &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;' &amp;lt;br /&amp;gt; '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;In the above code , instead of the &lt;A href="http://WWW.GOOGLE.COM" target="_blank" rel="noopener"&gt;WWW.GOOGLE.COM&lt;/A&gt;, I have URLS present in my dataset. I need to pass those URL's here based on few conditions.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Could anyone please let me know how to add conditions here and how to pass the URL from the dataset to HTML.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks!!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573769#M12564</guid>
      <dc:creator>somu19tec</dc:creator>
      <dc:date>2019-07-16T08:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573774#M12565</link>
      <description>&lt;P&gt;By condition, do you mean conditions applied to a whole observation (meaning that no output will be created for this observation), or conditions to modify the output of a single observation?&lt;/P&gt;
&lt;P&gt;How to add a variable to a put:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put ' &amp;lt;p&amp;gt;&amp;lt;a href="' myurl +(-1) '"&amp;gt;Google&amp;lt;/a&amp;gt; ';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(the +(-1) is a trick to get rid of an unwanted blank)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573774#M12565</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-16T08:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573777#M12566</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I meant the logics as conditions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;if report_name = consolidated , then &amp;lt;a href = &amp;amp;report_link. &amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will have to take the URL of this report consolidated, which is stored in the variable Report_Link and&amp;nbsp;pass it in the &amp;lt;a href = &amp;gt;.&lt;/P&gt;&lt;P&gt;the solution you gave will work if I hardcode the URL. but I need to pass the URL from a sas dataset variable(in the above example, the variable might be something like Report_URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically how to bring the data from sas dataset&amp;nbsp;to the HTML Div statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this is clear. Please let me know if you need more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573777#M12566</guid>
      <dc:creator>somu19tec</dc:creator>
      <dc:date>2019-07-16T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573779#M12567</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/190667"&gt;@somu19tec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Kurt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I meant the logics as conditions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example,&lt;/P&gt;
&lt;P&gt;if report_name = consolidated , then &amp;lt;a href = &amp;amp;report_link. &amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will have to take the URL of this report consolidated, which is stored in the variable Report_Link and&amp;nbsp;pass it in the &amp;lt;a href = &amp;gt;.&lt;/P&gt;
&lt;P&gt;the solution you gave will work if I hardcode the URL. but I need to pass the URL from a sas dataset variable(in the above example, the variable might be something like Report_URL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So basically how to bring the data from sas dataset&amp;nbsp;to the HTML Div statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is clear. Please let me know if you need more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;myurl in my code example IS a data step variable. To make the &lt;EM&gt;text&lt;/EM&gt; within the anchor dynamic, use another data step variable there, in the same fashion:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put ' &amp;lt;p&amp;gt;&amp;lt;a href="' myurl +(-1) '"&amp;gt;' mytext +(-1) '&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt; ';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 08:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573779#M12567</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-16T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573787#M12573</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I got your point.&lt;/P&gt;&lt;P&gt;Could you please share me your code where you have&amp;nbsp;your dataset called. so that I can try with the same way and check if my variable in getting passed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573787#M12573</guid>
      <dc:creator>somu19tec</dc:creator>
      <dc:date>2019-07-16T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573795#M12577</link>
      <description>&lt;P&gt;See this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
input myurl :$40. mytext $40.;
datalines;
www.google.com Google
;

data _null_;
set test;
file print;
put ' &amp;lt;p&amp;gt;&amp;lt;a href="' myurl +(-1) '"&amp;gt;' mytext +(-1) '&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt; ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is what you get in the results window:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;p&amp;gt;&amp;lt;a href="www.google.com"&amp;gt;Google&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573795#M12577</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-16T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573804#M12581</link>
      <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;Thanks for the sample code. My question next would be I have multiple rows&lt;BR /&gt;in my dataset , so how do I restrict to one row in the display. Or may be 2&lt;BR /&gt;rows in the display.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2019 11:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573804#M12581</guid>
      <dc:creator>somu19tec</dc:creator>
      <dc:date>2019-07-16T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573805#M12582</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/190667"&gt;@somu19tec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;Thanks for the sample code. My question next would be I have multiple rows&lt;BR /&gt;in my dataset , so how do I restrict to one row in the display. Or may be 2&lt;BR /&gt;rows in the display.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use a where condition&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where myurl ne 'www.google.com';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or a subsetting if&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if myurl ne 'www.google.com';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 11:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573805#M12582</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-16T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573830#M12585</link>
      <description>&lt;P&gt;No need for the +(-1) trick for this problem.&lt;/P&gt;
&lt;P&gt;Just use the $QUOTE format.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put ' &amp;lt;p&amp;gt;&amp;lt;a href=' myurl :$quote. '&amp;gt;Google&amp;lt;/a&amp;gt; ';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/573830#M12585</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-16T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/574055#M12639</link>
      <description>&lt;P&gt;Hi Kurt ,&lt;BR /&gt;&lt;BR /&gt;I tried the below code and also added the output .&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;&amp;nbsp;input user myurl :$40. mytest $40.;&lt;BR /&gt;&amp;nbsp;datalines;&lt;BR /&gt;&amp;nbsp;23 &lt;A href="http://www.google.com&amp;nbsp;" target="_blank"&gt;www.google.com&amp;nbsp;&lt;/A&gt; Google&lt;BR /&gt;&amp;nbsp;23 &lt;A href="http://www.yahoo.com&amp;nbsp;" target="_blank"&gt;www.yahoo.com&amp;nbsp;&lt;/A&gt; Yahoo&lt;BR /&gt;&amp;nbsp;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;data _null_;&lt;BR /&gt;&amp;nbsp;set test;&lt;BR /&gt;&amp;nbsp;file _webout;&lt;BR /&gt;&amp;nbsp;put '&amp;lt;HTML&amp;gt;';&lt;BR /&gt;&amp;nbsp;put '&amp;lt;HEAD&amp;gt;WWW Sites &amp;lt;/HEAD&amp;gt;';&lt;BR /&gt;&amp;nbsp;put '&amp;lt;body&amp;gt;';&lt;BR /&gt;&amp;nbsp;put '&amp;lt;p&amp;gt;&amp;lt;a href ="'myurl&amp;nbsp; '"&amp;gt;'mytest&amp;nbsp; ' &amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;';&lt;BR /&gt;&amp;nbsp;put '&amp;lt;/body&amp;gt;';&lt;BR /&gt;&amp;nbsp;put '&amp;lt;/HTML&amp;gt;';&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;The output I get is something like this&lt;BR /&gt;&lt;BR /&gt;www sites&lt;BR /&gt;&lt;BR /&gt;Google&lt;BR /&gt;&lt;BR /&gt;www sites&lt;BR /&gt;&lt;BR /&gt;Yahoo&lt;BR /&gt;&lt;BR /&gt;The output I am looking for is like this&lt;BR /&gt;&lt;BR /&gt;Www sites&lt;BR /&gt;Google&lt;BR /&gt;Yahoo&lt;BR /&gt;&lt;BR /&gt;Could you please guide me how to get this output.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 02:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/574055#M12639</guid>
      <dc:creator>somu19tec</dc:creator>
      <dc:date>2019-07-17T02:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: HTML inside SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/574079#M12643</link>
      <description>&lt;P&gt;You need to restrict writing the top and bottom of the HTML to only once. To do this, use the data step iteration counter (_n_) and the end= option of the set statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
input user myurl :$40. mytest $40.;
datalines;
23 www.google.com  Google
23 www.yahoo.com  Yahoo
;

data _null_;
set test end=eof;
file _webout;
if _n_ = 1
then do;
  put '&amp;lt;HTML&amp;gt;';
  put '&amp;lt;HEAD&amp;gt;WWW Sites &amp;lt;/HEAD&amp;gt;';
  put '&amp;lt;body&amp;gt;';
end;
put '&amp;lt;p&amp;gt;&amp;lt;a href ="'myurl  '"&amp;gt;'mytest  ' &amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;';
if eof
then do;
  put '&amp;lt;/body&amp;gt;';
  put '&amp;lt;/HTML&amp;gt;';
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jul 2019 07:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HTML-inside-SAS/m-p/574079#M12643</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-17T07:20:28Z</dc:date>
    </item>
  </channel>
</rss>

