Hi All,
I am generating big tables (more than 150 rows) using table command from a large dataset (more than 400,000 obs). When I try to export the tables, I encounter with error codes such as below:
could not write cell format halign() to file
could not write cell format border() to file
These errors appear completely randomly. Sometimes I see first error for one table, sometimes exporting the same table does not produce any error but exporting another table gives any of the above errors.
Could someone help me with these random errors? The errors force my dofile to exit again and again. I don't know what is happening with collect export commands.
Thanks,
Amit
I am generating big tables (more than 150 rows) using table command from a large dataset (more than 400,000 obs). When I try to export the tables, I encounter with error codes such as below:
could not write cell format halign() to file
could not write cell format border() to file
These errors appear completely randomly. Sometimes I see first error for one table, sometimes exporting the same table does not produce any error but exporting another table gives any of the above errors.
Could someone help me with these random errors? The errors force my dofile to exit again and again. I don't know what is happening with collect export commands.
Thanks,
Amit
Comment