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 / 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 |
what is business intelligence? : Sas-bi
How would you include common or reuse to be processed along with your statements?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
how to delete the duplicate columns permanently in SQL
What do you know about sas and what we do? : sas-grid-administration
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
How do you debug and test your SAS programs?
In ARRAY processing, what does the DIM function do?
Explain the use of proc gplot? : sas-grid-administration
What does PROC print, and PROC contents do?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?