BookmarkSubscribeRSS Feed
Enio
Fluorite | Level 6

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;
3 REPLIES 3
ballardw
Super User

Have you tried using the X command to send commands directly to the operating system?

Enio
Fluorite | Level 6

Hi, yes I have. Identical issues there as well.

ballardw
Super User

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??

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 4406 views
  • 0 likes
  • 2 in conversation