I am using a dataset that includes a variable called "År för träff". I want to rename the variable to "visityear" but SAS does not recognise the variable name "År för träff". I have tried: options validmemname=extend; options validvarname=any; rename "År för träff"n=visityear; but I get error messages. Does anyone know how to solve this?
... View more