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
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 |
Answer / sankar
use footnote statement
footnote1'statement';
footnote1'statement';
.
.
.
.
footnote10'statement';
max use 10 footnotes only
| Is This Answer Correct ? | 0 Yes | 1 No |
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
What is the difference between %put and symbolgen? : sas-macro
what is the diff b/w verification validation in sas
describe about joins? briefly?
Mention the difference between ceil and floor functions in sas?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
what the use of proc glm
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
Explain the purpose of retain statement.
What are the ways in which macro variables can be created in sas programming?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,