Why not save the table as excel table using the webpage data. Instruct your user to move the mouse to the table at the webpage and other mouse button and "export to excel" For small tables very workable. Downloading a file is possible when: 1/ you have stored that in a dataset accessible by a webserver so you can make a hyperlink (http://... / to that 2/ using the WebDAV protocol that can access the data. You have stored you csv in a SAS catalog. Yes that is possible like also sas-sources log list and much more. It is easy to offer it cross-platform with RLS. The issue is a SAS catalog is only readable with SAS tooling. Uploading files is documented at: SAS(R) 9.3 Stored Processes: Developer's Guide . you can upload to catalogs. The other way around I have not found/seen, but remember this thread https://communities.sas.com/message/203921 Nikola Markovic did a nice approach. I think you need some adjustments but the idea is good.
... View more