Hi all
I am an administer of a research lab that is running out of server space. I am considering writing a script that compresses all Stata files in users' directories.
I have read the following post in this regard:
https://www.statalist.org/forums/for...ll-stata-files
I am wondering if it is possible to write a script that is 100% safe and does not change our researchers' files in any material way while also reducing size. In light of Daniel's comments in that post, my script will:
1. Find the version of Stata and save it in that version.
2. Save orphaned labels and e(sample) - Daniel can one do both options at the same time with save? I presume so, I will test this.
daniel klein do you think this will be safe? As in, they can continue their analysis without any code breaking or results changing or compatibility issues and so on?
By the way Daniel, thanks for writing encodelabel for me back in the day - it has been super useful over the years!
Regards,
Bruce
I am an administer of a research lab that is running out of server space. I am considering writing a script that compresses all Stata files in users' directories.
I have read the following post in this regard:
https://www.statalist.org/forums/for...ll-stata-files
I am wondering if it is possible to write a script that is 100% safe and does not change our researchers' files in any material way while also reducing size. In light of Daniel's comments in that post, my script will:
1. Find the version of Stata and save it in that version.
2. Save orphaned labels and e(sample) - Daniel can one do both options at the same time with save? I presume so, I will test this.
daniel klein do you think this will be safe? As in, they can continue their analysis without any code breaking or results changing or compatibility issues and so on?
By the way Daniel, thanks for writing encodelabel for me back in the day - it has been super useful over the years!
Regards,
Bruce
Comment