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.

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

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