<?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: cannot display multiple titles or footnotes in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764942#M911</link>
    <description>&lt;P&gt;No space is required between the TITLE and number in the statement. The first example in the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/p10gcmrmf83iaxn1ilrx4pra969n.htm" target="_self"&gt;documentation for the TITLE statement&lt;/A&gt; shows how TITLE2 can be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 ' hello world 1';
title5 ' hello world 5';
title6 ' hello world 6';

footnote1 'end 1';
footnote2 ' end 2';
data test;
set sashelp.class;
run;

proc print data= test ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/354036"&gt;@jaliu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;title 1 ' hello world';
title 5 ' hello world';
title 6 ' hello world';

footnote 1 'end';
footnote 2 ' end';
data test;
set '/home/u49936438/Cert/input/input04.sas7bdat';
run;

proc print data= test (drop=var1);

sum var2 var4;
var var2 var4;
run;&lt;/PRE&gt;
&lt;P&gt;only the last title and last footnote appears. moving statements below data step doesn't fix the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;warnings say:&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasWarning"&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 19:59:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-08-30T19:59:02Z</dc:date>
    <item>
      <title>cannot display multiple titles or footnotes</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764937#M910</link>
      <description>&lt;PRE&gt;title 1 ' hello world';
title 5 ' hello world';
title 6 ' hello world';

footnote 1 'end';
footnote 2 ' end';
data test;
set '/home/u49936438/Cert/input/input04.sas7bdat';
run;

proc print data= test (drop=var1);

sum var2 var4;
var var2 var4;
run;&lt;/PRE&gt;&lt;P&gt;only the last title and last footnote appears. moving statements below data step doesn't fix the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;warnings say:&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Aug 2021 19:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764937#M910</guid>
      <dc:creator>jaliu</dc:creator>
      <dc:date>2021-08-30T19:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: cannot display multiple titles or footnotes</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764942#M911</link>
      <description>&lt;P&gt;No space is required between the TITLE and number in the statement. The first example in the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsglobal/p10gcmrmf83iaxn1ilrx4pra969n.htm" target="_self"&gt;documentation for the TITLE statement&lt;/A&gt; shows how TITLE2 can be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 ' hello world 1';
title5 ' hello world 5';
title6 ' hello world 6';

footnote1 'end 1';
footnote2 ' end 2';
data test;
set sashelp.class;
run;

proc print data= test ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/354036"&gt;@jaliu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;title 1 ' hello world';
title 5 ' hello world';
title 6 ' hello world';

footnote 1 'end';
footnote 2 ' end';
data test;
set '/home/u49936438/Cert/input/input04.sas7bdat';
run;

proc print data= test (drop=var1);

sum var2 var4;
var var2 var4;
run;&lt;/PRE&gt;
&lt;P&gt;only the last title and last footnote appears. moving statements below data step doesn't fix the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;warnings say:&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasWarning"&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 19:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764942#M911</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-30T19:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: cannot display multiple titles or footnotes</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764945#M913</link>
      <description>&lt;P&gt;Ah, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 20:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/cannot-display-multiple-titles-or-footnotes/m-p/764945#M913</guid>
      <dc:creator>jaliu</dc:creator>
      <dc:date>2021-08-30T20:17:43Z</dc:date>
    </item>
  </channel>
</rss>

