select; /* select first matching condition */
when (i = 4)
do;
statement_s;
end;
when (this = that)
when (mystring = 'ABCDE')
other