#%let x = 2 #%if (&x. == 1) print("X is one") #%elseif (&x. == 2) print("X is two") resx <- "two" #%else print("X is &x.") #%end