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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / tangyoulei

options pagesize=...;

Is This Answer Correct ?    0 Yes 0 No

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

Answer / sankar

use footnote statement

footnote1'statement';
footnote1'statement';
.
.
.
.
footnote10'statement';

max use 10 footnotes only

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

I am looking to buy a sas advance book. So any one can guide me that which one i should buy.

0 Answers  


What is SAS? What are the functions does it performs?

0 Answers  


how to read raw data in sas. Do it manually and throw the programming.

1 Answers   WNS,


Can anyone help to find a statement to get all the predefined formats?

3 Answers   Verinon Technology Solutions,


What are the functions used for character handling?

0 Answers  






How do you put a giraffe into the refrigerator?

3 Answers   Oracle,


How many missing values are available? When might you use them?

1 Answers   Quintiles,


Are you sensitive to code walk-throughs peer review or QC review?

0 Answers   Quintiles,


what is sas enterprise intelligence architecture? : Sas-bi

0 Answers  


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

0 Answers  


You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?

2 Answers  


how can get the first and last observations in a dataset using Proc SQl?

4 Answers   Satyam,


Categories