Displaying 1 result from an estimated 1 matches for "file14817".
2002 Dec 20
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...am I getting the message "sas not found", when I
have SAS installed on my machine?
I checked the PROC COPY SAS program generated in the
indicated temporary file:
"
libname src2rd
'J:\QM\Reports\Sarthur\SAS_Application\SAS_Data_Sets';
libname rd xport 'C:\TEMP\Rtmp12421\file14817';
proc copy in=src2rd out=rd;
select use ;
"
SAS log
"
NOTE: SAS initialization used:
real time 4.64 seconds
cpu time 0.73 seconds
"
Can anyone help me get to the next step of this
process? I believe I am close to getting R to read
SAS permane...