<?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 While running mutiple proc print, how do I put links in the footnote? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/While-running-mutiple-proc-print-how-do-I-put-links-in-the/m-p/563465#M74981</link>
    <description>&lt;P&gt;How do I put links on the first proc print page footnote to link to other proc prints? Like Link1 (which takes me to proc print with Route1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html file="C:\Documents and Settings\test.html";&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Cargo Rev";&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;footnote1 ????&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 1";&lt;BR /&gt;where Route="Route1";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 2";&lt;BR /&gt;where Route="Route2";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 3";&lt;BR /&gt;where Route="Route3";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 4";&lt;BR /&gt;where Route="Route4";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 5";&lt;BR /&gt;where Route="Route5";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 6";&lt;BR /&gt;where Route="Route6";&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 08:26:15 GMT</pubDate>
    <dc:creator>phoenix27</dc:creator>
    <dc:date>2019-06-04T08:26:15Z</dc:date>
    <item>
      <title>While running mutiple proc print, how do I put links in the footnote?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/While-running-mutiple-proc-print-how-do-I-put-links-in-the/m-p/563465#M74981</link>
      <description>&lt;P&gt;How do I put links on the first proc print page footnote to link to other proc prints? Like Link1 (which takes me to proc print with Route1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html file="C:\Documents and Settings\test.html";&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Cargo Rev";&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;footnote1 ????&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 1";&lt;BR /&gt;where Route="Route1";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 2";&lt;BR /&gt;where Route="Route2";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 3";&lt;BR /&gt;where Route="Route3";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 4";&lt;BR /&gt;where Route="Route4";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 5";&lt;BR /&gt;where Route="Route5";&lt;BR /&gt;run;&lt;BR /&gt;proc print data=sasuser.cargorev N noobs;&lt;BR /&gt;title1 "Data of Route 6";&lt;BR /&gt;where Route="Route6";&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 08:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/While-running-mutiple-proc-print-how-do-I-put-links-in-the/m-p/563465#M74981</guid>
      <dc:creator>phoenix27</dc:creator>
      <dc:date>2019-06-04T08:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: While running mutiple proc print, how do I put links in the footnote?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/While-running-mutiple-proc-print-how-do-I-put-links-in-the/m-p/563781#M74982</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It's not clear to me whether you want 1 HTML file with all the PROC PRINTS in the file or whether you want multiple HTML files with a link to each file in the footnote. ODS HTML supports the use of FRAME= and CONTENTS= that may be what you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frame_nav.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30010i0ABEC2C66336780F/image-size/large?v=v2&amp;amp;px=999" role="button" title="frame_nav.png" alt="frame_nav.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you could use NEWFILE=PROC to make a separate file for each PROC PRINT output and then use the LINK= option in the TITLE or FOOTNOTE statement to link the separate files together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, given that you have all your PROC PRINTs in 1 ODS "sandwich", it implies that you only want 1 file with all the proc print output in the file, in which case, the FRAME= and CONTENTS= might be a good option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 17:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/While-running-mutiple-proc-print-how-do-I-put-links-in-the/m-p/563781#M74982</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-06-05T17:24:17Z</dc:date>
    </item>
  </channel>
</rss>

