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 the prob plot in clinical domain
what is slowly changing dimension? : Sas-di
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
how do you read binary data in sas?
Explain data_null_?
What are the table names in oracle database...?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
Explain the message 'Merge has one or more datasets with repeats of by variables'.
What SAS statements would you code to read an external raw data file to a DATA step?
SAS using companies in chennai
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Describe the function and utility of the most difficult SAS macro that you have written?