Saving after using dedit

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.
arian
Posts: 1
Joined: Tue Sep 25, 2012 10:50 am

Saving after using dedit

Unread post by arian »

I am unable to save changes to series names while using dedit in RATS 8.1. I am able to execute the code sucessfully in RATS 7.1.

The code is:

Code: Select all

dedit data.rat
rename x xyz
save
close dedit
When I open the dataset, the variable remains named "x". Running the exact same lines in version 7.1 executes perfectly. I have not been able to find any changes to the dedit instruction in the documentation, so it seems like I am using the correct commands. Does anyone have any input or possible solutions to this problem?
moderator
Site Admin
Posts: 269
Joined: Thu Oct 19, 2006 4:33 pm

Re: Saving after using dedit

Unread post by moderator »

You need to use the QUIT instruction, not CLOSE, to close a file that has been opened using DEDIT. So, try using QUIT instead. If it still doesn't seem to work, email us at support@estima.com with your full contact information and we'll take a look.

Regards,
Tom Maycock
Post Reply