<?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: footnotes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531187#M145343</link>
    <description>Thanks for replay, I would work on it and update to you if anything else needed.</description>
    <pubDate>Tue, 29 Jan 2019 21:30:39 GMT</pubDate>
    <dc:creator>jaiganesh</dc:creator>
    <dc:date>2019-01-29T21:30:39Z</dc:date>
    <item>
      <title>footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530905#M145204</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please clarify me the below question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"How would you determine how far down on a page you have printed in order to print out footnotes? "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 10:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530905#M145204</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T10:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530912#M145206</link>
      <description>&lt;P&gt;Footnotes will appear where you have told them to.&amp;nbsp; If you use the footnote statement, and have put the in the footnotes area, then the renderer of the document should show them in that area irrespective of the data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you mean that you are printing data and then want some text printed after it which could be considered footnotes even though not in the footnotes area, then simplay check how many observations get to get printed and multiply that by any wrapping that might occur - i.e. if its one line of data, and no wrapping, then footnotes will appear around line 3.&amp;nbsp; Its a vague question though.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 10:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530912#M145206</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2019-01-29T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530913#M145207</link>
      <description>This question almost certainly refers to a customized style of reporting that uses PUT statements within a DATA step.  In that case the answer would be to add as part of the FILE statement:&lt;BR /&gt;&lt;BR /&gt;LL=varname&lt;BR /&gt;&lt;BR /&gt;That creates a variable holding the number of lines left on the page.  A similar option answers the question:&lt;BR /&gt;&lt;BR /&gt;LINE=varname2&lt;BR /&gt;&lt;BR /&gt;It creates a variable showing which line you are currently writing to&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2019 10:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/530913#M145207</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-01-29T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531016#M145264</link>
      <description>Thanks for clarification, Could you please elaborate this with small program. Program would help to understand this better ways.</description>
      <pubDate>Tue, 29 Jan 2019 15:33:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531016#M145264</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531020#M145265</link>
      <description>This for clarification, If you could explain this with small program, Which help to understand this in better ways.</description>
      <pubDate>Tue, 29 Jan 2019 15:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531020#M145265</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531025#M145269</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240933"&gt;@jaiganesh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;This for clarification, If you could explain this with small program, Which help to understand this in better ways.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should provide more context about why you are asking this question as there really isn't a single answer in my opinion.&lt;/P&gt;
&lt;P&gt;Who asked this question and why?&lt;/P&gt;
&lt;P&gt;Was example data provided?&lt;/P&gt;
&lt;P&gt;Was any specific procedure required?&lt;/P&gt;
&lt;P&gt;Was any desired output appearance specified?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the destination you are sending data to and how you are creating it changes. For a brief example change styles for any output that uses a different font size. Then the number of lines displayed per vertical space changes. So where a "footnote" goes changes.&lt;/P&gt;
&lt;P&gt;The destination can change behavior quite drastically . ODS HTML doesn't have a "page" concept but ODS RTF and PDF do. So page size can become an issue especially when you have output that may span more than one "page".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531025#M145269</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-29T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531031#M145275</link>
      <description>&lt;P&gt;It can't be done in a small program.&amp;nbsp; Even in a medium size program, there are complex issues that would take too long to explain.&amp;nbsp; You will need to do a search on "customized reporting" to find examples ... that's the SAS terminology for creating a report using FILE and PUT statements in a DATA step.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531031#M145275</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-01-29T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531187#M145343</link>
      <description>Thanks for replay, I would work on it and update to you if anything else needed.</description>
      <pubDate>Tue, 29 Jan 2019 21:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531187#M145343</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-29T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531189#M145345</link>
      <description>&lt;P&gt;Sounds like you are looking SAS questions from about 1980.&amp;nbsp; You might want to find a newer source to study.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 21:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531189#M145345</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-29T21:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531229#M145365</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; Could you please elaborate this with small program. Program would help to understand this better ways.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Indeed a small program would. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How about you try different&amp;nbsp;combinations&amp;nbsp;and output&amp;nbsp;formats to see what&amp;nbsp;happens?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 01:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/footnotes/m-p/531229#M145365</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-01-30T01:43:48Z</dc:date>
    </item>
  </channel>
</rss>

