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
How sas treats the dsd delimiters?
what is treatment emergent events and treatment emregent adverse event
What areas of SAS are you most interested in?
Mention the validation tools used in SAS?
what is study design in while working with SAS? what are screening variables in SAS?
where to use sas business intelligence? : Sas-bi
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
do you need to know if there are any missing values? : Sas programming
What is the difference between nodupkey and nodup options?
what is data governance? : Sas-di
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How is character variable converted into numeric variable and vice versa?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Can you execute macro within another macro? : sas-macro
What are the uses of sas?