Displaying 1 result from an estimated 1 matches for "fis1_sgg".
2009 Jan 31
1
sas.get under Linux
Dear all,
I am trying to import a SAS file into R (in fact I only need the value labels
from the formats file), using Hmisc package, but I get this error:
my.sas <- sas.get("/home/adi/3", "fis1_sgg")
sh: sas: not found
Error in sas.get("/home/adi/3", "fis1_sgg") :
SAS job failed with status 32512
I read some past discussions and I get the impression that sas.get() needs the
full path to the SAS executable, but I don't have that because I am using
Linux.
Is i...