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
what are sas/access and sas/connect? : Sas programming
Enlist the functions performed by sas.
what is hierarchy flattening? : Sas-di
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the use of sas management console? : Sas-di
What is the difference between using drop = data set option in data statement and set statement?
what are sas bi dashboard components? : Sas-bi
what is broad cast agent? : Sas-bi
what is sas olap server? : Sas-di
What are the different versions of sas that you have used until now? : sas-grid-administration
Explain input and put function?
What is the good sas programming practices for processing large data sets?
What is the order of application for output data set options, input data set options and SAS statements?
How to sort in descending order?
What are the difference between sas functions and procedures?