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?