Skip to content
Prev 333485 / 398506 Next

Does function read.sas7bdat() have some memory limitations?

This certainly looks like a bug, and there are many ways of inducing bugs that only show up with large datasets - buffer overruns, fields that are too small to hold the number of rows, etc. Remember that there is NO official documentation of the .sas7bdat format, everything has been reverse engineered, and if something in the format is different for very large datasets, it may well have gone unnoticed.

However, read.sas7bdat is from the sas7bdat package which has a maintainer.  It is not unlikely that he is interested in tracking down the root cause, if you show him how to generate SAS datasets that reproduce the issue.

Best,
Peter D.
On 19 Nov 2013, at 22:40 , Li, Xiaochun <xiaochun at iupui.edu> wrote: