- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Can anybody please clarify me the below question.
"How would you determine how far down on a page you have printed in order to print out footnotes? "
Regards,
Jai
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Footnotes will appear where you have told them to. 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.
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. Its a vague question though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
> Could you please elaborate this with small program. Program would help to understand this better ways.
Indeed a small program would.
How about you try different combinations and output formats to see what happens?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
LL=varname
That creates a variable holding the number of lines left on the page. A similar option answers the question:
LINE=varname2
It creates a variable showing which line you are currently writing to
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@jaiganesh wrote:
This for clarification, If you could explain this with small program, Which help to understand this in better ways.
You should provide more context about why you are asking this question as there really isn't a single answer in my opinion.
Who asked this question and why?
Was example data provided?
Was any specific procedure required?
Was any desired output appearance specified?
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.
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It can't be done in a small program. Even in a medium size program, there are complex issues that would take too long to explain. 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Sounds like you are looking SAS questions from about 1980. You might want to find a newer source to study.