IF (AGE > 20 AND SEX = 1) GROUP=2. • The numeric variable GROUP is set to 2 for cases where AGE is greater than 20 and SEX is equal to 1.
• When the expression is false or missing, the value of GROUP remains unchanged. If GROUP has not been previously defined, it contains the system-missing value.