You can do this easily with syntax. Here is an example from the Command Syntax Reference, which is accessible from the Help menu.
RECODE V1 TO V3 (0=1) (1=0) (2=-1) INTO DEFENSE WELFARE HEALTH.
Note that you can use TO to create new variables if you want.
------------------------------
Jon Peck
------------------------------