The following document indicates maximum number of observations in Stata as "unlimited".
However both from the file format specification, from help limits, and from practical observations it follows the maximum is still 231-1.
I wonder if Stata 13 has introduced any mechanism to overcome this limit? or N=231-1 remains binding for both 32- and 64-bit versions?
Thank you, Sergiy
However both from the file format specification, from help limits, and from practical observations it follows the maximum is still 231-1.
Code:
. set obs 3000000000 obs must be between 0 and 2147483646 r(198);
Thank you, Sergiy
Comment