Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???

3 Answers  


Please write codes to merge two datasets and keep every record in the first dataset.

1 Answers  


What are symget and symput? : sas-macro

0 Answers  


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

0 Answers  


Have you been involved in editing the data or writing data queries?

1 Answers   BioServe, Oracle, Sasken,


I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?

6 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers  


What are SAS/ACCESS and SAS/CONNECT?

0 Answers  


One way of creating a new variable in Macros is by % Let....What is the other way..?

5 Answers   TCS,


Explain translate function?

0 Answers  


If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?

8 Answers   Accenture,


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

0 Answers  


Categories