BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

Task: I want to copy all SAS datasets/files/catelog from one library/view to another library.
Solution:
PROC COPY IN=OLD OUT=NEW;
RUN;

The performance is extremely slow if source is XML view. CPU usage is almost 100% and took > 30 min to copy 7M files. I had to stop it, and used DATA STEP instead.

Question: why? how to solve it or not use PROC COPY in XML view at all?

Thanks in advance!
David
2 REPLIES 2
Matthew_Galati
SAS Employee
Is this question related to SAS/OR or Optimization?
deleted_user
Not applicable
I see, this forum is for SAS/OR. Sorry.

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1081 views
  • 0 likes
  • 2 in conversation