Dear All,
can someone run the following in Stata 18 and tell me what the exact error message is, please?
PS: I know I can't save to version 5. But I need to know what is the lowest supported version that one can specify to saveold command in version 18.
In Stata 17 I am getting:
And a couple of questions, perhaps to the Developers of Stata:
1. Is there any reason why saveold doesn't support the emptyok option?
2. I am getting the following messages in Stata 17:
Is there any reason Stata 14 is mentioned in the first message, but not in the second?
Thank you, Sergiy Radyakin
can someone run the following in Stata 18 and tell me what the exact error message is, please?
Code:
clear all sysuse auto tempfile tmp saveold `"`tmp'"', version(5)
In Stata 17 I am getting:
Code:
version(5) invalid Stata 17 can write .dta files for Stata 17, 16, 15, 14, 13, 12, or 11. It cannot write .dta formats older than that. (Stata 11 was released in 2009.) r(198);
And a couple of questions, perhaps to the Developers of Stata:
1. Is there any reason why saveold doesn't support the emptyok option?
2. I am getting the following messages in Stata 17:
Code:
. saveold `"`tmp'"', version(14) (Stata 17 saves in the same format as Stata 16, Stata 15, and Stata 14. You could have used save instead of saveold.) file C:\Users\.......\AppData\Local\Temp\ST_2d28_000002.tmp saved as .dta format . dtaversion `"`tmp'"' (file "C:\Users\.......\AppData\Local\Temp\ST_2d28_000002.tmp" is .dta-format 119 from Stata 15, 16, or 17)
Thank you, Sergiy Radyakin
Comment