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.

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
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
  • 1328 views
  • 1 like
  • 2 in conversation