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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register 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
  • 1030 views
  • 1 like
  • 2 in conversation