Displaying 1 result from an estimated 1 matches for "tsubset9".
Did you mean:
tsubset1
2008 May 15
1
Reading SAS data into R
...7bat' into R.
> library(foreign)
> s=read.ssd("Z:/data","tsubset1",sascmd = "C:/Program Files/SAS/SAS
9.1/sas.exe")
> s
A B C
1 3 4 5
2 6 7 8
3 3 4 5
It reads perfect! It reads well for "tsubset1","tsubset2",.....,
"tsubset9" datasets. But then onwards it gives an error as below:
* s=read.ssd("Z:/data","tsubset10",sascmd = "C:/Program
Files/SAS/SAS 9.1/sas.exe")
SAS failed. SAS program at
C:\DOCUME~1\SHUBHA~1.AMB\LOCALS~1\Temp\1\RtmpObHuqk\file6df11649.sas
The log fil...