Hi,
I have a database with a variable "stage" with the following values: 1, 2, 1A, 1B, 2A, 2B.
I am trying to trim my data by finding all the people where the variable "stage" = 1B and delete them from the dataset.
I tried using this code:
data = allpeople_no1B;
set...