Displaying 1 result from an estimated 1 matches for "tp24976988p25028903".
2009 Aug 14
1
libname version in R
Hello friends,
in SAS there is the 'libname' source. You associate a way.. ex: ab .. "C:\My
Paste\Works" and when u do
data ab.example;
(...)
run;
you are saving the archive "example" in a SAS format, and you can see
C:\My Paste\Works\example "growing" ("example"'s size:200MB... refresh..
500MB.. refresh.. 1.2GB...)
>How can I do