From: raj on 23 Dec 2009 08:11 Hi, I want to export the html results to excel and I am not physically storing these file to use these kind of code. ods tagsets.tableeditor file="c:\\temp.html" options(excel_save_file="c:\\temp122.csv" file_format="csv" open_excel="no" quit="yes" ); proc print data=sashelp.class; run; ods tagsets.tableeditor close; Actually I am using SAS information delivery portal to display the results with out actually storing then html results.For eg (using _webout in sas stored process) . So I want a button kind of thing which will allow the html result to get converted to excel. Thanks, Raj
|
Pages: 1 Prev: NLMIXED numerical stability Next: How can I get datalines and _infile_ to read blank lines |