if condition_exp then unique_statement; else unique_statement;
if condition_exp then
unique_statement;
else
if condition_exp
then do;
list_of_statements;
end;
else do;