Displaying 1 result from an estimated 1 matches for "coldef".
Did you mean:
colder
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...ot;)
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 <-
obSAS.DataService$AssignLibref("sasds","",inPath,"")
# create the content csv file
cont1 <- paste("proc contents data=sasds.",inSAS,"
out=_tmp1(KEEP=NAME TYPE LENGTH VA...