I'm using Stata SE 12.0 for Windows 64 bit and I'm completely new at Stata.
I'm loading up a simple .do file from a particular project and it keeps giving me invalid syntax errors.
The offending lines tend to be something like this:
". label define label_state AK "Alaska"
invalid syntax
It appears Stata doesn't like a non-value "AK" in the middle of the label but the file I was given looks as if there are other files with very similar syntax.
Am I not turning off a particular Stata setting or am I using the wrong Stata version to handle something like this?
I'm loading up a simple .do file from a particular project and it keeps giving me invalid syntax errors.
The offending lines tend to be something like this:
". label define label_state AK "Alaska"
invalid syntax
It appears Stata doesn't like a non-value "AK" in the middle of the label but the file I was given looks as if there are other files with very similar syntax.
Am I not turning off a particular Stata setting or am I using the wrong Stata version to handle something like this?
Comment