I want to carry over (or copy) values from one variable to another, but only if they are missing values in the second variable. Could you tell me what syntax I should use? Is it if var2=99 var2=var1 ?? Thanks a lot