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.