Dear Statalisters,
when executing my do-files, Stata has sometimes made mistakes in reading commands. For instance, this morning, I ran a do-file that contained the line
Running the do-file was unsuccessful; the log informed me that Stata had turned the line into
which of course yielded a syntax error. I re-ran the file, and it executed just fine.
This has happened to me on several occasions, with different do-files and different commands. The one thing all these errors have had in common is that Stata repeated the last three letters of a word (if I recall correctly, not always the command; it could also affect, e.g., a variable name or an option). This would usually result in a syntax error, an unknown variable error or the like.
The error was never reproducible and disappeared the next time I executed the file. Therefore, this is more an annoyance than a serious problem. I was wondering, though, if anyone has had a similar issue?
Not sure if any of this matters, but I'm using Stata 13 on a linux machine, which I am accessing remotely. The do-file was executed in batch mode.
when executing my do-files, Stata has sometimes made mistakes in reading commands. For instance, this morning, I ran a do-file that contained the line
Code:
label define ...
Code:
label bel define ...
This has happened to me on several occasions, with different do-files and different commands. The one thing all these errors have had in common is that Stata repeated the last three letters of a word (if I recall correctly, not always the command; it could also affect, e.g., a variable name or an option). This would usually result in a syntax error, an unknown variable error or the like.
The error was never reproducible and disappeared the next time I executed the file. Therefore, this is more an annoyance than a serious problem. I was wondering, though, if anyone has had a similar issue?
Not sure if any of this matters, but I'm using Stata 13 on a linux machine, which I am accessing remotely. The do-file was executed in batch mode.
Comment