search for: languageservice

Displaying 1 result from an estimated 1 matches for "languageservice".

2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...;- 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="") # sas temporary column definition file coldef <- paste(inPath,"/t__sc__t.csv", sep="") libRef <...