<?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: How to print footnote for only once? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773674#M22145</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Use&lt;BR /&gt;ods text='xxxxxxxxxx' ;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or Proc ODSTEXT.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Oct 2021 15:24:41 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-10-12T15:24:41Z</dc:date>
    <item>
      <title>How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773560#M22139</link>
      <description>&lt;P&gt;Is there a good way to avoid footnote repeat and clear after print?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 07:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773560#M22139</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-10-12T07:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773561#M22140</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'title 1';
footnote1 'footnote 1';
footnote2 'footnote 1';
proc print data=sashelp.class(obs=1);
run;
/* clear all titles and footnotes */
title;
footnote;

proc print data=sashelp.class(obs=1);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Oct 2021 07:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773561#M22140</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-10-12T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773563#M22141</link>
      <description>Hahaha, this looks like it's meant to be in this syntax way. I was wondering if there's a parameter to turn off repeating. Thanks anyway!</description>
      <pubDate>Tue, 12 Oct 2021 07:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773563#M22141</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-10-12T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773565#M22142</link>
      <description>&lt;P&gt;That's how it's done - unless you're asking for something else like to not repeat a footnote if the same table stretches over more than one page (which I believe couldn't be done easily).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 08:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773565#M22142</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-10-12T08:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773611#M22144</link>
      <description>Use&lt;BR /&gt;ods text='xxxxxxxxxx' ;</description>
      <pubDate>Tue, 12 Oct 2021 12:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773611#M22144</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-12T12:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to print footnote for only once?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773674#M22145</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Use&lt;BR /&gt;ods text='xxxxxxxxxx' ;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or Proc ODSTEXT.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-print-footnote-for-only-once/m-p/773674#M22145</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-10-12T15:24:41Z</dc:date>
    </item>
  </channel>
</rss>

