Hi,
I'm trying to submit the following code where I need to copy the file "sample.sas" from one folder to another whilst preserving the owner of the file. It executes without error and copies the file, but it changes the owner despite having the '-p' statement.
Any ideas - am I missing something?
filename copy pipe "cp -p /team/dave/sample.sas /team/marc ";
data error;
file copy;
run;
Have you tried using the X command to send commands directly to the operating system?
Hi, yes I have. Identical issues there as well.
Here's something to think about. If you are using a SERVER version of SAS the code is executed by the server. Perhaps the owner is the Server running SAS??
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!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.