select (i); /* select on value of variable */
when (1,4,9)
do;
statement_s;
end;
when (11, 42)
other /* everything else */