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

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

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
  • 4591 views
  • 0 likes
  • 2 in conversation