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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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