Displaying 1 result from an estimated 1 matches for "dsonne".
Did you mean:
dionne
2005 Sep 26
1
reading SAS data files
...it is there. Then I run the following R-code:
library(foreign)
sashome <- "/Program Files/SAS/SAS 9.1"
test<-read.ssd(file.path(sashome), "pcb",
sascmd = file.path(sashome, "sas.exe"))
but R responds with:
SAS failed. SAS program at C:\DOCUME~1\DSONNE~1\LOCALS~1\Temp\Rtmp3540\file16169.sas
The log file will be file16169.log in the current directory
Warning message:
SAS return code was 2 in: read.ssd(file.path(sashome), "pcb", sascmd = file.path(sashome,
the SAS log file contain this:
NOTE: Copyright (c) 2002-2003 by SAS Institu...