I'm looking to Find and Replace in SPSS but ideally using syntax, not the CTRL+F.
And I need it for something fairly specific. I have a dataset with 100 variables. In all variables, I want to search for any cell that says "na" and replace it with just "" (a blank).
But I dont want any instance of "na", for example in the word "Anna", I just want if the entire contents of the cell says "na" make the cell "" instead.
How can I achieve this with syntax for all columns in the dataset?
Thanks!