Dear Users,
I am relatively new to the world of Stata and expecially to this forum, so please bear with me...
I use global paths:
>global data "\\Client\D$\Documents\university\stata\data"
Then, I create the data set and save:
>save ${data}/test.dta, replace
This does not result in an error code, but it does not save the data either. Stata does not return the confirmation "file... saved" which I am used to see after this command.
By the way, this way of working is required - I cannot opt for something different or save manually. How should I approach this problem?
Thanks in advance
I am relatively new to the world of Stata and expecially to this forum, so please bear with me...
I use global paths:
>global data "\\Client\D$\Documents\university\stata\data"
Then, I create the data set and save:
>save ${data}/test.dta, replace
This does not result in an error code, but it does not save the data either. Stata does not return the confirmation "file... saved" which I am used to see after this command.
By the way, this way of working is required - I cannot opt for something different or save manually. How should I approach this problem?
Thanks in advance
Comment