I have to transfer any type of file from one location to another location using sas code or macro
If these are SAS datasets you can use PROC COPY
FCOPY() function as of SAS 9.4 is an option.
See code/samples here
http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/
Define "location" within your context.
Are those just directories in the SAS servers filesystem (including network mounts), or will you have to transfer to destinations that can only be reached via HTML, FTP, SSH or SMTP (mail)?
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.