<?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: TITLE0/FOOTNOTE0 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693247#M211350</link>
    <description>It's the same as SAS accepting Title and Footnote without any digits.</description>
    <pubDate>Wed, 21 Oct 2020 16:40:58 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2020-10-21T16:40:58Z</dc:date>
    <item>
      <title>TITLE0/FOOTNOTE0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693228#M211346</link>
      <description>&lt;P&gt;I just noticed that SAS will except 0 as the TITLE or FOOTNOTE number.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title0;
footnote0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The effect seems similar to setting TITLE1 or FOOTNOTE1 to blank.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone seen this before?&amp;nbsp; I could not find it referenced in the documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693228#M211346</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-10-21T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: TITLE0/FOOTNOTE0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693247#M211350</link>
      <description>It's the same as SAS accepting Title and Footnote without any digits.</description>
      <pubDate>Wed, 21 Oct 2020 16:40:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693247#M211350</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-10-21T16:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: TITLE0/FOOTNOTE0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693248#M211351</link>
      <description>&lt;P&gt;Interesting, suppresses display of the titles but does not remove them from the Sashelp.vtitle view that contains the text of assigned titles the way a Title; or Title1; statement does.&lt;/P&gt;
&lt;P&gt;And even more entertaining, if you change a title2 that will display, sort of like it is playing the role of Title1 but the title1 doesn't show.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;title "some title";
title2 "other title";
title0 ;

proc print data=sashelp.class (obs=3);
run;

ods text='Titles table';
proc print data=sashelp.vtitle;
run;

title2 'Titles table';
proc print data=sashelp.vtitle;
run;&lt;/PRE&gt;
&lt;P&gt;I'm sure someone can find a use for this but pretty esoteric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And even though most of us have probably been using TitleN, n=1 - 10 it appears that Title00000000002 works the same as Title2. This only displays title1.&lt;/P&gt;
&lt;PRE&gt;title1 "title1";
title2 "title2";
title3 "title3";
title4 "title4";
title5 "title5";
title6 "title6";
title7 "title7";
title8 "title8";
title000000000000000000000000000002 ;

proc print data=sashelp.class (obs=3);
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693248#M211351</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-21T16:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: TITLE0/FOOTNOTE0</title>
      <link>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693252#M211353</link>
      <description>&lt;P&gt;It has a bigger impact on ODS output than on traditional listing output.&amp;nbsp; Even with TITLE0 the same line with one space is produced as you would get with TITLE1.&amp;nbsp; But in ODS output the title line and the separator line after it is not there.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 ' ';
footnote1 ' ';
proc print data=sashelp.class(obs=2); run;
title0;
proc print data=sashelp.class(obs=2); run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 391px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50881iB9E26FECFBACC592/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/TITLE0-FOOTNOTE0/m-p/693252#M211353</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-10-21T17:06:42Z</dc:date>
    </item>
  </channel>
</rss>

