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
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
for what purpose would you use the retain statement? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
What is the difference between where and if statement?
Do you need to know if there are any missing values?
What are SAS/ACCESS and SAS/CONNECT?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How we can call macros with in data step? : sas-macro
Intern stastical programmer written test
What is the basic structure of a sas program?
Name and describe few sas character functions that are used for data cleaning in brief.
: and & modifiers.
What do you know about symput and symget?
Mention sas system options to debug sas macros.
What is the role of administrative users? : sas-grid-administration