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
Difference between informat and format?
why is sas considered self-documenting? : Sas programming
What is your favorite all time computer book? Why?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What do the mod and int function do? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration
Intern stastical programmer written test
what is change analysis in sas di ? : Sas-di
Did you used proc test? when?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Have you used macros? For what purpose you have used? : sas-macro
Give some examples where proc report’s defaults are same as proc print’s defaults?
Describe the ways in which you can create a macro variable?
Mention what is SAS data set?
what is null hypothesis? why do you consider that?