Dear All,
Stata's manual mentions that:
fget(fh) is for reading text files; the next line from the file is returned, without end-of-line characters. (If the line
is longer then 32,768 characters, the first 32,768 characters are returned.)
fgetnl(fh) is much the same as fget(), except that the new-line characters are not removed from the returned result. (If
the line is longer then 32,768 characters, the first 32,768 characters are returned.)
Is there any way to reliably determine if this trimming of content has actually occurred during the reading?
Thank you, Sergiy
Related Posts with File read limits.
Is there a model for Spatial Panel Regression with a binary/dummy dependent variable?Hello, this is my first topic in Statalist. However, I have been using it as reader throughout the l…
Error message: no room to add more variablesHi all, I am trying to combine three DHS surveys by appending them all using following command. us…
Merge 7 datasetsHello. I have seven different datasets (one per year from 2007 to 2013) with all the variable being…
Expand rolling sequencies of observation within ID ifHi, I am using a panel dataset with different countries (example below). For each date there are tw…
Adding a new empty row(year) to an existing datasetHi stata users, I have a dataset from 2008-2018, but want to add a new row 2019. I tried some codes …
Subscribe to:
Post Comments (Atom)
0 Response to File read limits.
Post a Comment