I have a dataset with 10,000 observations. I'm running a loop in Stata which
records results from the loop into a column. However, there will be far more
than 10,000 results to record. Currently, when I run the loop, it stops at
10,000 and says "obs nos out of range". How do I create extra rows so that
Stata can keep filling down the column?