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 |
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
Mention few capabilities of sas framework.
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
Explain the message 'Merge has one or more datasets with repeats of by variables'.
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?
what are the scrubbing procedures in sas? : Sas programming
How would you code the criteria to restrict the output to be produced?
what is sas application server? : Sas-di