From: SAS_learner on
Hello all,

What would the value of resulting expression when the cond = 'ND' for that
matter something which is not in the conditions list

Result =0*(cond='0') + 1*(cond in ('I', 'II')) + 2*(cond in ('III', 'IV')) +
8*(cond in ('NK')) ;


it seems to giving right result in sas Ver 8 but in 9 we are getting 0 as
value.

Can anybody think of why , and can I use IFN or IFC in these kind of
situations if so how ??

thanks for your time and help

SL