I'm trying to import a .sas7bdat dataset into R with sas.get. I'm using Win-7 and SAS 9.2. I have read the following post and did tweak the line (127, incidentally) of code.
<http://r.789695.n4.nabble.com/R-Problem-with-sas-get-function-in-Hmisc-td81 4367.html> http://r.789695.n4.nabble.com/R-Problem-with-sas-get-function-in-Hmisc-td814 367.html However, I get the following error message: > sas.get(libraryName="D:/Docs/tmp", member="SES", formats=F) Error in sas.get(libraryName = "D:/Docs/tmp", member = "SES", : SAS job failed with status 127 I suspected some problem related to formats or variable names, and reduced the data to a bare minimum, and still no success. I am thinking there is some log file somewhere that could help me figure out what is going on, but I don't know where to find it. Any help appreciated. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.