[R] file size limit for importing SAS file
Guenther, Cameron
Cameron.Guenther at MyFWC.com
Tue Oct 25 15:28:57 CEST 2005
Does anyone know if there is a file size limit for inputting a SAS data
set? The file size I am trying to import is 184 MB.
The code is:
>library("foreign")
>
> sashome<-"C:/Program Files/SAS Institute/SAS/V8"
> input.data<-read.ssd( file.path("G:/DATA/Cam/ECPATH/FIM"),"tbm_c",
+ sascmd=file.path(sashome,"sas.exe") )
The return message is:
SAS failed. SAS program at
C:\DOCUME~1\CAMERO~1.GUE\LOCALS~1\Temp\Rtmp17498\file11436.sas
The log file will be file11436.log in the current directory
Warning message:
SAS return code was 2 in: read.ssd(file.path("G:/DATA/Cam/ECPATH/FIM"),
"tbm_c", sascmd = file.path(sashome,
>
Cameron Guenther
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
More information about the R-help
mailing list