Displaying 1 result from an estimated 1 matches for "obwsm".
Did you mean:
obcsm
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...uthor: Gyula Gulyas (gyula.gulyas at timberline.ca)
# Use as is, no guarantees, liability due to data
loss is limited to the price you 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...