search for: src2rd

Displaying 5 results from an estimated 5 matches for "src2rd".

Did you mean: src2
2005 Sep 26
1
reading SAS data files
...ute Inc., Cary, NC, USA. NOTE: SAS (r) 9.1 (TS1M3) Licensed to UNIV OF CA/DAVIS, Site 0029107010. NOTE: This session is executing on the XP_PRO platform. NOTE: SAS initialization used: real time 0.13 seconds cpu time 0.18 seconds 1 libname src2rd '/Program Files/SAS/SAS 9.1'; NOTE: Libref SRC2RD was successfully assigned as follows: Engine: V9 Physical Name: C:\Program Files\SAS\SAS 9.1 2 libname rd xport 'C:\DOCUME~1\DSONNE~1\LOCALS~1\Temp\Rtmp3540\file26090'; NOTE: Libref RD was successfully a...
2011 Mar 06
1
read.ssd() from foreign package
Hi, I am encountering a confusing problem when I tried to use read.ssd to read SAS datasets. For one SAS dataset "a.sas7bdat", it did not work; while for another SAS dataset "b.sas7bdat" it worked: > tmp<-read.ssd("C:\\SASdata", "a",sascmd="C:/Program >Files/SAS/SASFoundation/9.2/sas.exe") SAS failed. SAS program at
2009 Oct 20
2
Problems importing Unix SAS .ssd04 file to R (Win)
...g message: In read.ssd(folder_for_datafiles, "testfile", sascmd = file.path(sashome, : 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:...
2007 Apr 23
0
Correction to PR #9631 (PR#9632)
...p = ".") oldPath <- file.path(oldDir, oldNames[i]) linkPath <- file.path(libname, linkNames[i]) file.symlink(oldPath, linkPath) tmpFiles <- c(tmpFiles, linkPath) } } st0 <- "option validvarname = v6;" st1 <- paste("libname src2rd '", libname, "';\n", sep = "") st2 <- paste("libname rd xport '", tmpXport, "';\n", sep = "") st3 <- paste("proc copy in=src2rd out=rd;\n") st4 <- paste("select", sectionnames, ";\n",...
2002 Dec 20
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...was -1 in: read.ssd("J:\\QM\\Reports\\Sarthur\\SAS_Application\\SAS_Data_Sets", > " Why am I getting the message "sas not found", when I have SAS installed on my machine? I checked the PROC COPY SAS program generated in the indicated temporary file: " libname src2rd 'J:\QM\Reports\Sarthur\SAS_Application\SAS_Data_Sets'; libname rd xport 'C:\TEMP\Rtmp12421\file14817'; proc copy in=src2rd out=rd; select use ; " SAS log " NOTE: SAS initialization used: real time 4.64 seconds cpu time 0.73 seconds "...