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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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