What does the error "Variable Exists" mean?
What does the error "Variable Exists" mean?
Usually this is caused if you read a variable twice or generate a variable with the same name as one already in memory.
One way this can happen is if you add a dataset to your workspace and it is set to AUTOread, while at the same time there is a READ, GENR or GEN1 statement creating a variable with the same name.
The command:
delete <name>
where <name> is the name of the variable. Or use:
delete / all
to delete all variables.
Asked: 2016-05-22 23:04:59 +0000
Seen: 1,218 times
Last updated: May 30 '16