I was dealing with a dataset (about 50 thousand variables and unknown observations) download from Social Explorer with txt data, dictionary, and do file. I used the
Code:
infile using ...
command to read the data, but I got an error message saying:
Code:
record too long
(0 observations read)
I was using Stata16 MP, according to the website, Stata16 MP can have 20 billion observations. I am quite sure my dataset does not have so many observations at all, why am I still getting the error message?