Displaying 2 results from an estimated 2 matches for "obsas".
Did you mean:
obsah
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...paid for this
function...
require(rcom)
# check if user has closing slash in path and fix it
if needed
inPath <- sub("/$","",inPath)
obWSM <-
comCreateObject("SASWorkspaceManager.WorkspaceManager")
obWSM.Workspaces <- obWSM[["Workspaces"]]
obSAS <- comCreateObject("SAS.Workspace")
obSAS.DataService <- obSAS[["DataService"]]
obSAS.LanguageService <- obSAS[["LanguageService"]]
# hard-coded temporary files
# sas temporary csv file
csvdata <- paste(inPath,"/t__sd__t.csv", sep="&quo...
2004 Aug 16
0
openssh for windows - bug ?
Good morning,
I would like to send you a bug with openssh for windows - versions
OpenSSH_3.7.1p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
OpenSSH_3.8.1p1, OPENSSL 0.9.7.d 17 Mar 2004
When I try to execute a remote command via ssh from unix machine to windows machine with openssh installed, the return code of ssh is always 0 even if remote command fails.
Example :
ssh initiated