Page 1 of 1

doedit issue

Posted: Sat Oct 29, 2011 4:27 am
by Barry Quinn
Hello
I am using the following code to create a .rat file after i have loaded some data from a stata file

Code: Select all

dedit(new) "C:\Users\barry\Documents\WinRATS 8\cudata.rat"
store lgasgr lgmemgr lgnosgr capr unemp unrate lggdpgr
save
I keep getting the following error message when running this code :

Code: Select all

Editing data file "C:\Users\barry\Documents\WinRATS 8\cudata.rat"
## SX13. "|ΓΈ" Is Not a Valid RATS Variable Name
Does anyone know why RATS doesn't recognise these variable names??

thanks

Re: doedit issue

Posted: Mon Oct 31, 2011 9:57 am
by moderator
Is this with version 8.0? If so, I think you are running into a known issue with using STORE. That's been fixed, and the fix is included in the new 8.1 release. The university should have received its 8.1 CD by now, so try installing and running that--it should resolve the problem.

Regards,
Tom Maycock
Estima

Re: doedit issue

Posted: Mon Nov 21, 2011 11:12 am
by Barry Quinn
Hi

I have updated to version 8.1 but now i get the following message when running the same code as my previous post

Code: Select all

## IO29. No file is currently being edited
thanks

Re: doedit issue

Posted: Mon Nov 21, 2011 1:12 pm
by moderator
You'll need to email us the program (and any source data files, if possible) so we can see exactly what you are doing. Send them to

support@estima.com

Thanks,
Tom Maycock

Re: doedit issue

Posted: Wed Nov 23, 2011 7:58 am
by Barry Quinn
I seem to have resolved this issue now.

Thanks for you help