<?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: &amp;quot;GOTO&amp;quot; in PROC REPORT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/495530#M130790</link>
    <description>&lt;P&gt;In HTML, that "jump" is made with an anchor. So if you gave the page the name of&amp;nbsp; '&lt;SPAN&gt;c:\temp\test.html#chevrolet' and then were able to use ODS to add an anchor statement&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods html text="&lt;SPAN&gt;&amp;lt;a name='chevrolet'&amp;gt;&lt;/SPAN&gt;";&lt;/PRE&gt;
&lt;P&gt;to&amp;nbsp;right before that proc report, that might work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dunno.&amp;nbsp; Untested.&amp;nbsp; Haven't tried it.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2018 21:38:45 GMT</pubDate>
    <dc:creator>HB</dc:creator>
    <dc:date>2018-09-13T21:38:45Z</dc:date>
    <item>
      <title>"GOTO" in PROC REPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/494940#M130525</link>
      <description>&lt;P&gt;Is it possible to jump to a specific row in a PROC REPORT HTML-output when it opens?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;I want to jump to 'Chervolet' in this report:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;html&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'c:\temp\test.html'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; nofs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=sashelp.cars;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; make model type origin;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;html&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 17:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/494940#M130525</guid>
      <dc:creator>cmp_atp_dk</dc:creator>
      <dc:date>2018-09-12T17:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: "GOTO" in PROC REPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/495530#M130790</link>
      <description>&lt;P&gt;In HTML, that "jump" is made with an anchor. So if you gave the page the name of&amp;nbsp; '&lt;SPAN&gt;c:\temp\test.html#chevrolet' and then were able to use ODS to add an anchor statement&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods html text="&lt;SPAN&gt;&amp;lt;a name='chevrolet'&amp;gt;&lt;/SPAN&gt;";&lt;/PRE&gt;
&lt;P&gt;to&amp;nbsp;right before that proc report, that might work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dunno.&amp;nbsp; Untested.&amp;nbsp; Haven't tried it.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 21:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/495530#M130790</guid>
      <dc:creator>HB</dc:creator>
      <dc:date>2018-09-13T21:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: "GOTO" in PROC REPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/495626#M130844</link>
      <description>thx,&lt;BR /&gt;I’ll try it.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2018 11:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-GOTO-quot-in-PROC-REPORT/m-p/495626#M130844</guid>
      <dc:creator>cmp_atp_dk</dc:creator>
      <dc:date>2018-09-14T11:04:31Z</dc:date>
    </item>
  </channel>
</rss>

