Thanks! I just found the reason is that I put more variables in the class statement than I put in the model statement, and SAS will remove all the observations with missing values in the class or model statement. That is why the number of observations deleted due to missing values is larger than the number of variables with missing values in the model.....
... View more