Displaying 1 result from an estimated 1 matches for "getrawbuffer".
2013 Apr 11
4
Understanding contents of packages
...cDate = xport.dateFMT(cDate), # Creation date
mDate = xport.dateFMT(mDate), # Modification date
sasVer = toupper(as.character(sasVer)), # SAS version number
osType = as.character(osType) # Operating System (can include lowercase)
)
.Call("getRawBuffer", PACKAGE="SASxport")
}
Of note, I commented out the line:
.Call("getRawBuffer", PACKAGE="SASxport")
and the same error occurred (I did not expect this is solve the problem).
I then looked in SASxport/src and found three files (which appear to be coded in C)...