Dear Splus users,
I am working with Splus Version 6.0.4 Release 1 for
Sun SPARC, SunOS 5.6 : 2001
and with SAS (r) Release 8.1 (TS1M0)
on the SunOS 5.7 platform.
I have trouble with exportData() function.
The following command:
exportData(mean(NA, na.rm=T),"./sasdata/test.sas7bdat", type="SAS7" )
generate : "ERROR: Domain error.
ERROR: Generic critical error." when i try to read the dataset test
with SAS
but with this command:
exportData(mean(NA),"./sasdata/test.sas7bdat", type="SAS7" )
the dataset test is normaly used by SAS.
In my Splus object i have data which are compute by mean(x, na.rm=T)
function and those objects cannot be export to SAS.
In the sasdata directory the binaries files are the same size
but slightly different.
Many thanks for any comments.
--
Vincent Furstoss
furstoss@lusignan.inra.fr
fax: 05 49 43 93 72
tel: 05 49 89 00 93
|