s-news
[Top] [All Lists]

exportData(..., type="SAS7")

To: s-news@lists.biostat.wustl.edu
Subject: exportData(..., type="SAS7")
From: furstoss <furstoss@lusignan.inra.fr>
Date: Wed, 18 Jun 2003 09:08:51 +0200
Organization: inra
Reply-to: furstoss@lusignan.inra.fr
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.0.1) Gecko/20020920 Netscape/7.0
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



<Prev in Thread] Current Thread [Next in Thread>
  • exportData(..., type="SAS7"), furstoss <=