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 work of tranwrd function?
how can u join the two tables without using proc sql Joins and nested queries ?
To what type of programms have you used scratch macros?
What is the difference between class statement and by statement in proc means?
What is _n_?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How to create list output for cross-tabulations in proc freq?
Mention few ways with which a “table lookup’ is done in sas programming.
what other sas products have you used and consider yourself proficient in using? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What is the role of administrative users? : sas-grid-administration