It's being set in
. Is it because the value isn't directly available in the file header? If so then it would be great to document the meaning of
-1. I couldn't find any explanations for the value. From the source, it looks like it's
parsed_row_count which is counting the number of rows as you go.
It's being set in
ReadStat/src/sas/readstat_xport_read.c
Line 259 in 69f5518
-1. I couldn't find any explanations for the value. From the source, it looks like it'sparsed_row_countwhich is counting the number of rows as you go.