Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?



I am having a stored process.it needs to route my report to both hthml and Xls.By default SP route..

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

Post New Answer

More SAS Interview Questions

What is the work of tranwrd function?

0 Answers  


how can u join the two tables without using proc sql Joins and nested queries ?

6 Answers   IBM,


To what type of programms have you used scratch macros?

0 Answers   Novartis,


What is the difference between class statement and by statement in proc means?

0 Answers  


What is _n_?

22 Answers  


how would you determine the number of missing or nonmissing values in computations? : Sas programming

0 Answers  


How to create list output for cross-tabulations in proc freq?

0 Answers  


Mention few ways with which a “table lookup’ is done in sas programming.

1 Answers  


what other sas products have you used and consider yourself proficient in using? : Sas programming

0 Answers  


In SAS explain which statement does not perform automatic conversions in comparisons?

0 Answers  


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?

1 Answers  


What is the role of administrative users? : sas-grid-administration

0 Answers  


Categories