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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

New Learning Events in April

 

Join us for two new fee-based courses: Administrative Healthcare Data and SAS via Live Web Monday-Thursday, April 24-27 from 1:00 to 4:30 PM ET each day. And Administrative Healthcare Data and SAS: Hands-On Programming Workshop via Live Web on Friday, April 28 from 9:00 AM to 5:00 PM ET.

LEARN MORE

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