<?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 ODSOUT HREF method in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134026#M10904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying out the Report Writing Interface. In version 9.2 (TS2M3), the code below works, but when I run it in version 9.3 (TS1M2), I get a blank page. I've attached both output HTML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html path="c:\temp" (url=none) body='rwi93.html';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; declare odsout t();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; t.href(data: "linkname",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; href: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sas.com"&gt;http://www.sas.com&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 01:25:31 GMT</pubDate>
    <dc:creator>Adrienne</dc:creator>
    <dc:date>2013-05-14T01:25:31Z</dc:date>
    <item>
      <title>ODSOUT HREF method</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134026#M10904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying out the Report Writing Interface. In version 9.2 (TS2M3), the code below works, but when I run it in version 9.3 (TS1M2), I get a blank page. I've attached both output HTML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html path="c:\temp" (url=none) body='rwi93.html';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; declare odsout t();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; t.href(data: "linkname",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; href: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sas.com"&gt;http://www.sas.com&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 01:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134026#M10904</guid>
      <dc:creator>Adrienne</dc:creator>
      <dc:date>2013-05-14T01:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: ODSOUT HREF method</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134027#M10905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Offhand, I'd suspect something changed in the Report Writing Interface between 9.2 and 9.3, so my recommendation would be to work with Tech Support. If you look at the difference in HTML output between 9.2 and 9.3 you can see that 9.2 is building an &amp;lt;A&amp;gt; tag, but 9.3 is not. That could be related to the flavor of HTML used between 9.2 and 9.3 or it could be related to something in how the output was generated internally in the RWI. In 9.2, the anchor tag built a &amp;lt;DIV&amp;gt; tag and then an &amp;lt;A&amp;gt; tag with "linkname" as the value between the beginning of the &amp;lt;A&amp;gt; tag and the end. With 9.3, there is no &amp;lt;A&amp;gt; tag built at all. The enclosing &amp;lt;DIV&amp;gt; tag is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 12:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134027#M10905</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-05-14T12:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODSOUT HREF method</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134028#M10906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'll do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 19:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODSOUT-HREF-method/m-p/134028#M10906</guid>
      <dc:creator>Adrienne</dc:creator>
      <dc:date>2013-05-14T19:11:01Z</dc:date>
    </item>
  </channel>
</rss>

