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