I am wondering whether its possible to extract two seperate columns of data after a 'THEN' statement when using CASE

For example

Select country,
CASE WHEN X>1 Then (code which allows 'A' in one column and 'B' in a second column)...........
END
FROM TABLE_A

Can't find anything in my 9i query books. Is there a way?