I am having a stored process.it needs to route my report to
both hthml and Xls.By default SP routes to html.I used the
PRINTTO to route the html to Xls.BUt it createsthe file not
but no content was written to file(0KB)?how can i do it?
Answer Posted / aravind9882
try this...
ods html file='C:\Documents and
Settings\Administrator\Desktop\a.xls';
proc print data=emp noobs;
run;
ods html close;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How does the internal authentication work in sas? : sas-grid-administration
what are the component of range? : Sas-bi
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is sas database server? : Sas-di
What is a method to debug and test your SAS program?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is the good sas programming practices for processing large data sets?
Explain what is the use of proc gplot?
what can you learn from the sas log when debugging? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How would you determine the number of missing or nonmissing values in computations?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the function of Stop statement in a SAS Program?
How would you identify a macro variable? : sas-macro