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?

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

What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

1197


for what purpose would you use the retain statement? : Sas programming

1143


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

2678


What is the difference between where and if statement?

1147


Do you need to know if there are any missing values?

1079


What are SAS/ACCESS and SAS/CONNECT?

1185


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

2083


How we can call macros with in data step? : sas-macro

1172


Intern stastical programmer written test

788


What is the basic structure of a sas program?

1164


Name and describe few sas character functions that are used for data cleaning in brief.

1179


: and & modifiers.

1438


What do you know about symput and symget?

1314


Mention sas system options to debug sas macros.

1233


What is the role of administrative users? : sas-grid-administration

1134