Dear all,
I am using STATA/MP 13.1. I want to collapse a dataset using the collapse command.
----------------------------------------------------------------------------------------------------------------
collapse (sum) sum_amount_of_loan=amount_of_loan, by(year type_of_action county_ID)
----------------------------------------------------------------------------------------------------------------
However, I receive the following error message:
----------------------------------------------------------------------------------------------------------------
I/O error writing .dta file
Usually such I/O errors are caused by the disk or file system being full.
r(693);
----------------------------------------------------------------------------------------------------------------
The dataset is quite big with 16,751,979 observations. If I only use a small subsample of the data, the command works, so it seems to be a size issue. However, with previous similar datasets (of even bigger size), I did not have this problem.
Using the search function, I only found this topic: http://www.statalist.org/forums/foru...torage-problem where, however, the problem was not solved.
Any help how to deal with this issue is much appreciated.
Best regards
Carlo
I am using STATA/MP 13.1. I want to collapse a dataset using the collapse command.
----------------------------------------------------------------------------------------------------------------
collapse (sum) sum_amount_of_loan=amount_of_loan, by(year type_of_action county_ID)
----------------------------------------------------------------------------------------------------------------
However, I receive the following error message:
----------------------------------------------------------------------------------------------------------------
I/O error writing .dta file
Usually such I/O errors are caused by the disk or file system being full.
r(693);
----------------------------------------------------------------------------------------------------------------
The dataset is quite big with 16,751,979 observations. If I only use a small subsample of the data, the command works, so it seems to be a size issue. However, with previous similar datasets (of even bigger size), I did not have this problem.
Using the search function, I only found this topic: http://www.statalist.org/forums/foru...torage-problem where, however, the problem was not solved.
Any help how to deal with this issue is much appreciated.
Best regards
Carlo
Comment