Displaying 1 result from an estimated 1 matches for "rtmp6673".
2002 Nov 13
0
problems with read.ssd in foreign
...S 8.2 using read.ssd as follows:
> library(foreign)
> libname <- "c:/sasuser/consult/"
> sascmd <- "c:/Program\ Files/SAS\ Institute/SAS/V8/sas.exe"
> subset <- read.ssd(libname, "subset", sascmd=sascmd)
SAS failed. SAS program at c:\windows\TEMP\Rtmp6673\file24544.sas
a log and other error products should be in the vicinity
Warning messages:
1: c:/Program not found
2: SAS return code was -1 in: read.ssd(libname, "subset", sascmd =
sascmd)
sas.exe is not on my path, and I've tried variious ways to
enter the path to sas.exe allowin...