Close out evaluations that were not active this year and are not for this year
UPDATE
( SELECT *
FROM EVAL_EMPL_PR
WHERE LOWER(EVAL_STATUS) NOT IN ('finalized','paper','paper recieved','closed')
AND YEAR LIKE '2013%'
)
SET EVAL_STATUS = 'CLOSED',
EMPL_DS_STATUS = 'n';