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 |
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the ways in which macro variables can be created in sas programming?
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
how we can call macros with in data step?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
how does sas handle missing values in formats? : Sas programming
why is a stop statement needed for the point=option on a set statement? : Sas programming