BookmarkSubscribeRSS Feed
vijayanand
Obsidian | Level 7

Hi,

 

How does the option FULLCOPYTO= in a data step work?  As an example, what would  happen in the below case. The libref is pointing to the in memory location in LASR server.

 

data LIBREF.ABCD (FULLCOPYTO=3);

set work.ABC;

run;

 

Is it possible to check the physical avaialbility of a file in LASR server?

 

 

Thanks,

Vijayanand.

1 REPLY 1
SASKiwi
PROC Star

This link explains the use of FULLCOPYTO:

 

http://support.sas.com/documentation/cdl/en/inmsref/70021/HTML/default/viewer.htm#p1e9tegian5zvqn154...

 

If you want to check for the existence of a dataset loaded into memory you can use the VA Administrator or PROC CONTENTS.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 800 views
  • 1 like
  • 2 in conversation