Hello, I am very new to SAS (just started learning it earlier this semester) and also relatively new to quantitative research (first year PhD student).
I am trying to run a regression analysis from a very large secondary dataset that is part of multiple waves (but I am only using one of the waves), that has replaced missing values with various negative numbers (-9 for not in wave, -3 for missing answer, -1 for refuse to answer, etc...). I am trying to create a binary variable from a multiple choice survey variable (because I'm not concerned with the degrees to which the behavior is present, only whether it is present or whether it is not present- so if it's present at al it will be 1, and if it's not present at all it will be 0), but I don't know how to handle the negative numbers so that the analysis just ignores them and doesn't include them for that variable.
I apologize if I'm not describing what I'm trying to do properly and if this is something that should be obvious on how to handle it. I appreciate any help figuring out the syntax.