SAS replaces the missing values as it encounters values that you assign to the variables. Thus, if you use program statements to create new variables, their values in each observation are missing ...
Note: You can also create variables with the FGET function. See SAS Language Reference: Dictionary for more information. In a DATA step, you can create a new variable and assign it a value by using it ...