<?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: Adding a Note in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599906#M34995</link>
    <description>I'm not familiar with a NOTE statement at all...&lt;BR /&gt;Look into PROC ODSTEXT or ODS TEXT statements instead of a footnote statement. And footnotes do not necessarily go the bottom of the page, they can go below the output.</description>
    <pubDate>Mon, 28 Oct 2019 19:03:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-28T19:03:36Z</dc:date>
    <item>
      <title>Adding a Note</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599879#M34991</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;I would like to add a note below a proc freq table.&amp;nbsp; I don't want to do it as a footnote since that is general and is on the bottom of the page, I want it higher up on the page.&amp;nbsp; I looked up in SAS help about using Note, but I keep getting an error 180-233.&amp;nbsp; I am using SAS Enterprise Guide 9.4.&amp;nbsp; Below is my code (I even tried the code in the SAS manual, but couldn't get it to work).&amp;nbsp; If anyone can help that would be great (maybe SAS 9.4 no longer allows this???)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;freq&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=WORK.TWO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;tables&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Method*BQTR/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;NOPERCENT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;NOROW&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;*To get state totals and percent;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;WHERE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; fetpresent=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; and gestage1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; and prevbirth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; and plural=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;title1&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Percent of Maine Cesarean Deliveries Among Low-risk First Births per Quarter'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;title3&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Preliminary 2019 Maine Occurrence Data'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;note&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"Numerator: # of cesarean deliver among term (+37 wks), singleton, vertex births to nulliparous women"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" Denominator: # of term (+37 wks), singleton, vertex births to nulliparous women"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"10/28/2019, ar"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599879#M34991</guid>
      <dc:creator>anner</dc:creator>
      <dc:date>2019-10-28T17:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Note</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599906#M34995</link>
      <description>I'm not familiar with a NOTE statement at all...&lt;BR /&gt;Look into PROC ODSTEXT or ODS TEXT statements instead of a footnote statement. And footnotes do not necessarily go the bottom of the page, they can go below the output.</description>
      <pubDate>Mon, 28 Oct 2019 19:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599906#M34995</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-28T19:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Note</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599945#M35001</link>
      <description>&lt;P&gt;Here is an example of the suggested Proc ODSTEXT:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc freq DATA=WORK.TWO;
   tables Method*BQTR/ NOPERCENT NOROW ; *To get state totals and percent;
   WHERE fetpresent=2 and gestage1=2 and prevbirth=0 and plural=0;
   title1 'Percent of Maine Cesarean Deliveries Among Low-risk First Births per Quarter';
   title3 'Preliminary 2019 Maine Occurrence Data';
run; title;
Proc odstext;
p "Numerator: # of cesarean deliver among term (+37 wks), singleton, vertex births to nulliparous women 
 Denominator: # of term (+37 wks), singleton, vertex births to nulliparous women
 10/28/2019, ar";
RUN;
&lt;/PRE&gt;
&lt;P&gt;Note that this has ONE paragraph for the text.&lt;/P&gt;
&lt;P&gt;You don't say where you got the reference for "note" but when you placed before the RUN statement it became part of the Proc Freq syntax and that is not a Proc Freq option. Also since you had multiple bits between your quotes that would tend to be problematic for anything that expected a single string argument.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 22:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599945#M35001</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-28T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Note</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599955#M35002</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; is a global statement in SAS/GRAPH. It isn't supported by ODS tables or graphics destinations.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 00:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/599955#M35002</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-10-29T00:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Note</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/600018#M35005</link>
      <description>Thank you for the help.</description>
      <pubDate>Tue, 29 Oct 2019 10:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Adding-a-Note/m-p/600018#M35005</guid>
      <dc:creator>anner</dc:creator>
      <dc:date>2019-10-29T10:55:42Z</dc:date>
    </item>
  </channel>
</rss>

