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
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
explain the proc in sas? : Sas-administrator
What is data _null_?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
What is the use of function Proc summary?
How would you include common or reuse to be processed along with your statements?
How can you create a macro variable with in data step? : sas-macro
How would you determine the number of missing or nonmissing values in computations?
Explain why double trailing @@ is used in input statement?
To what type of programms have you used scratch macros?
Explain input and put function?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the prime responsibilities of data integration administrator? : Sas-di