I need to move/copy a csv file from server to desktop(local pc) with sas code, can i have sas code to do this ?
(generally for one time thing i just use winscp to drag and drop, but now i need code)
There's a post on the SAS blogs about this. Does that help?
Unless your SAS server can "see" your local PC drive, that is there is a network share available on the SAS server that points to your local drive then a SAS server code solution isn't possible and that includes @paulkaefer's suggestion.
I'm not familiar with WINSCP but I suspect its doing things the other way around - it "see's" your server drive from your PC. With EG there is normally no local SAS to be able to do something similar. Please advise if you also have local SAS on your PC as that may be an option.
If said SAS code needs to run on a server, you need to have a FTP/SSH daemon (service) running on your local PC. Then you can use the usual suspects on the server to connect to your local PC.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.