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 fine, around 30-40%, but memory usage up to 2.4G, and SAS prompts error message and shut down system. 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
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi,
This really is a question for Tech Support, as they can go directly to the XML engine support folks to determine whether this is something unique that you are experiencing with your particular data or not.

Here are some resources and links that may be relevant to your question:
http://support.sas.com/techsup/unotes/SN/007/007300.html
http://support.sas.com/techsup/unotes/SN/009/009231.html
http://support.sas.com/techsup/unotes/SN/002/002897.html

http://support.sas.com/rnd/base/index-xml-resources.html (click on XML and XML Engine FAQ)
cynthia

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 1 reply
  • 1039 views
  • 0 likes
  • 2 in conversation