Greetings!
I have seen similar questions posted, but not close enough to what I need to figure out a solution.
  1. I have a db of survey results from 208 participants and about 200 variables.
  2. There were actually 212 participants in the study, however 4 of them dropped out along the way.
  3. I want to add 4 "blank" observations for the participants who withdrew.
  4. I am doing set obs=212 - however this creates "blank" observations with the default missing value (. or "")
  5. Instead, I want each "blank" observation to have all variables pre-filled as my "withdrew" missing value (.w or ".w", depending on if it is numeric or string).
Is there way to do this in one fell swoop without individual replace statements for each observation and variable?

Thanks in advance!