i want to upload titles and footnotes to excel file?how it is
possible?
Answer Posted / chowdary vamsi
u can generate titels and food nodes in data step offter create data step u can export data in to excel file by using export procedure same footnotes and titles will come to excel
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is the difference between order and group variable in proc report?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Explain the difference between nodup and nodupkey options?
What is the difference between one to one merge and match merge? Give an example.
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
In ARRAY processing, what does the DIM function do?
How would you determine the number of missing or nonmissing values in computations?
for report generation which one you used proc report or data_null_?
What are the functions used for character handling?
What sas features do you use to check errors and data validation?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Explain input and put function?
what are some good sas programming practices for processing very large data sets? : Sas programming