Hi,
I am not sure if it is a matter of discussion in the forum, but here it goes. I upgraded this week to the STATA 17, and with the STATA 16, all my do-files commands were working perfectly fine.
But now, when it reaches the part to collapse my variables. The STATA closes all the windows and stops working. And I have to initiate the program all over again.
Bellow is my collapse command. I am collapsing the information by household yearly.
collapse (firstnm)village (firstnm)district (firstnm)state (firstnm)religion (max)h_size (sum)prime_age_male (sum)prime_age_fem (sum)elderly_male (sum)elderly_fem (sum)boy (sum)girl (firstnm)h_gender (max)h_male (max)h_age (max)h_yrs_edu (max)h_notworking (max)h_farmwork (max)h_salaried_work (max)h_other_work (sum)nw (sum)fw (sum)sl (sum)ot, by (sur_yr vdsid)
Does anyone have some advice?
Thank you!
I am not sure if it is a matter of discussion in the forum, but here it goes. I upgraded this week to the STATA 17, and with the STATA 16, all my do-files commands were working perfectly fine.
But now, when it reaches the part to collapse my variables. The STATA closes all the windows and stops working. And I have to initiate the program all over again.
Bellow is my collapse command. I am collapsing the information by household yearly.
collapse (firstnm)village (firstnm)district (firstnm)state (firstnm)religion (max)h_size (sum)prime_age_male (sum)prime_age_fem (sum)elderly_male (sum)elderly_fem (sum)boy (sum)girl (firstnm)h_gender (max)h_male (max)h_age (max)h_yrs_edu (max)h_notworking (max)h_farmwork (max)h_salaried_work (max)h_other_work (sum)nw (sum)fw (sum)sl (sum)ot, by (sur_yr vdsid)
Does anyone have some advice?
Thank you!

Comment