BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
RahulG
Barite | Level 11

Using Base SAS session and x command , I can copy file from one directory to another directory.

 

I want to do the same thing in SAS EG. x command is not working in SAS EG in my setup. Is there any other way to copy using EG.

 

I do not want to read file and then recreate in another location. 

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
Reeza
Super User

FCOPY function is SAS 9.4+

ChrisHemedinger
Community Manager

As @Reeza says, FCOPY might work for you in SAS 9.4 and later.  Before that, this method (DATA step) might work.  These are good for copying files within your SAS session from one location to another.

 

If you need to copy files on your local PC, try the System Command task.  And if you need to copy files from your local PC to the SAS server (or vice versa), then you want the Copy Files task.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 3416 views
  • 1 like
  • 3 in conversation