Displaying 5 results from an estimated 5 matches for "file6df11649".
2008 May 15
1
Reading SAS data into R
...t2",.....,
"tsubset9" datasets. But then onwards it gives an error as below:
* s=read.ssd("Z:/data","tsubset10",sascmd = "C:/Program
Files/SAS/SAS 9.1/sas.exe")
SAS failed. SAS program at
C:\DOCUME~1\SHUBHA~1.AMB\LOCALS~1\Temp\1\RtmpObHuqk\file6df11649.sas
The log file will be file6df11649.log in the current directory
Warning message:
In read.ssd("Z:/data", "tsubset1011", sascmd = "C:/Program Files/SAS/SAS
9.1/sas.exe") :
SAS return code was 2
Why is this? Are two numerical digits in a filename of a SAS da...
2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
...:
SAS return code was 2
>
##################################
This temporary SAS file 'file41bb5af1.sas' looks like this
############ sas code #############
option validvarname = v6;libname src2rd 'M:/sasuser';
libname rd xport 'C:\DOCUME~1\jrara\LOCALS~1\Temp\RtmpAAxO3X\file6df11649';
proc copy in=src2rd out=rd;
select testfile ;
##################################
Any ideas what I'm doing wrong?
> sessionInfo()
R version 2.9.1 (2009-06-26)
i386-pc-mingw32
locale:
LC_COLLATE=Finnish_Finland.1252;LC_CTYPE=Finnish_Finland.1252;LC_MONETARY=Finnish_Finland.1252;LC_NU...
2008 Dec 03
2
reading version 9 SAS datasets in R
...as -1
> sashome <- "C:\\Program Files\\SAS\\SAS 9.1"
> fadata2 <- read.ssd(file.path(sashome, "core", "sashelp"), "fadata",
sascmd=file.path(sashome, "sas.exe"))
SAS failed. SAS program at
D:\DOCUME~1\re06572\LOCALS~1\Temp\RtmpLqCVUx\file6df11649.sas
The log file will be file6df11649.log in the current directory
Warning message:
In read.ssd(file.path(sashome, "core", "sashelp"), "fadata", sascmd =
file.path(sashome, :
SAS return code was 2
>
Is there any way I can read in a SAS version 9 datase...
2009 Jan 14
1
problems with Sweave and the function latex(HMISC)
...\as a internalor external command ,
un programma eseguibile o un file batch.
Warning message:
In shell(cmd, wait = TRUE, intern = output) :
'cd "C:\DOCUME~1\giovanni\IMPOST~1\Temp\RtmpgUEV1B" & latex
-interaction=scrollmode
"C:\DOCUME~1\giovanni\IMPOST~1\Temp\RtmpgUEV1B\file6df11649"' execution
failed with error code 1
TIA
GIOVanni
str(s6a2)
List of 14
$ stats :List of 1
Sys.info()
sysname
release version
"Windows" "XP" "build 260...
2010 Apr 07
1
behaviour of xls2sep when running read.xls (package gdata) sinceupgrade of R
..."
> nap1<-
> read.xls(file1,sheet=3,method="tab",perl=perl.path,head=T,row.names=1)}
> Erreur dans xls2sep(xls, sheet, verbose = verbose, ..., method =
> method, :
> Unable to read translated tab file
> 'C:\DOCUME~1\OLIVIE~1.ETE\LOCALS~1\Temp\RtmpPF2rxf\file6df11649.tab'.
> Erreur dans file.exists(tfn) : argument 'file' incorrect
I tried with other xls files, in other folders and on other physical
disks, and it was still the same.
I didn't upgrade manually either Excel nor Perl , and I cannot see
tracks of automatic upgrades.
I had a look...