i want to upload titles and footnotes to excel file?how it is
possible?
Answer / 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 |
Difference between sum function and using “+” operator?
One way of creating a new variable in Macros is by % Let....What is the other way..?
Tell e how how dealt with..
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Explain append procedure?
how does sas handle missing values in procs? : Sas programming
How would you compile all macros from a folder in a study, within the autoexec program?
what are the types of interactive display types? : Sas-bi
Describe how you would pass data to macro.
what versions of sas have you used (on which platforms)? : Sas programming
What is data _null_?
In PROC PRINT, can you print only variables that begin with the letter “A”?