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 are the criticality that you have faced during your project in SAS?
What statement do you code to tell SAS that it is to write to an external file?
What does error:1 mean?
what is program data vector? : Sas-administrator
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
what is the difference between proc report and proc format?
How many tiers in sas architecture?
How would you invoke a macro? : sas-macro
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
How to sort in descending order?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
Name the option to produce a frequency line items rather that a table.