Hi everyone,
I'm trying to do a reshape long in order to plot more easily certain types of graphs.
However, I'm getting the following error:
Any suggestions to solve this issue please?
It is true that the data in hand is really big, but that's the first time that I see these type of messages.
Thank you.
Michael
I'm trying to do a reshape long in order to plot more easily certain types of graphs.
However, I'm getting the following error:
Code:
reshape long h_, i(id fecha_consumo_2) j(hours) I/O error writing .dta file Usually such I/O errors are caused by the disk or file system being full. r(693);
It is true that the data in hand is really big, but that's the first time that I see these type of messages.
Thank you.
Michael
Comment