Displaying 1 result from an estimated 1 matches for "eog3pub00_1".
2009 Apr 21
1
sas.get() exit
Hello,
I am trying to import SAS files into R using sas.get() in Hmisc. I am
running both SAS and R on a UNIX server. I've pasted my command and
ensuing errors below:
sas.get(lib="EOG", mem="eog3pub00_1")
Error in if (status != 0) { : argument is of length zero
In addition: Warning message:
In sas.get(lib = "EOG", mem = "eog3pub00_1") :
EOG/formats.sc? or formats.sas7bcat not found. Formatting ignored.
I have SAS installed, and am in the directory which contains EOG,
w...