Hello,

I have ".r" values in my dataset and I am unable to figure out why. Data comes from MSCI (KLD) database, so these values should be binary, being either 0 or 1.

Is it possible to refer to all variables at once and recode the values of .r to 0? I have 168 variables, it would take quite a while to do replace values one by one

I have tried
Code:
recode
, but didn't work for me.