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 |
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
Mention few ways with which a “table lookup’ is done in sas programming.
What is the order of evaluation of the comparison && logical && relational operators:?
explain the difference between proc means and proc summary?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
What would be the value of month at the end of data step execution and how many observations would be there?
Do you prefer Proc Report or Proc Tabulate? Why?
how to read raw data in sas. Do it manually and throw the programming.
what is a post baseline?
What is connection profile? : sas-grid-administration
How to get the repeated values by using sql in sas ?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?