How would you determine how far down on a page you have
printed in order to print out footnotes?

Answer Posted / kiran kumar yarlagadda

How would you determine how far down on a page you have
printed in order to print out footnotes?

we can declare up to 10 footnotes in a single program.
we can use this option either in a datastep or in a proc
step.

ex->using the footnote in a datastep->
data emp;
input ecode ename$ esal;
footnote1 'my data is over';
footnote2 'submit the data';
cards;
. . . . .
.........
.........
.........
.........
.........
.........
footnote10 'the end';
;
run;
proc print;
run;

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the special input delimiters used in sas programming.

589


What can be the size of largest dataset in SAS?

729


What is the difference between proportion and average?

2768


what is the basic structure sas administrator? : Sas-administrator

577


What is the difference between order and group variable in proc report?

853






why a stop statement is needed for the point= option on a set statement?

633


I have a dataset concat having variable a b & c. How to rename a b to e & f?

585


What are the different types of sas functions?

616


How does the internal authentication work in sas? : sas-grid-administration

597


explain the function of substr in sas? : Sas-administrator

566


Which date function advances a date, time or datetime value by a given interval?

678


What are the 3 components in sas programming?

741


what are the categories that sas informats are used to the place the data? : Sas-administrator

629


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1692


Mention the category in which sas informats are placed?

641