Hi,
I'm trying to do a proc glmselect with all the variable interactions. However, I have a log error message telling me that the y variable does not match the type prescribed in the list. I know that it is because my y variable is a character variable (it is binary) while all the Xs are numeric. What code exactly should I use to convert this y variable into a numeric variable?
Screenshot 1: The log message

Screenshot 2: The SAS code in question

The list of variables and their attributes for dataset "ps2renamed"

Thank you! (Btw, I'm SAS On Demand for Academics)