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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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