binary recoding
How can I simply recode a colum with numeric or missing values into a binary code?I simply wanto to know, if there is any entry ("1") or none ("0").For this purpose I would like to recode the colum by recoding "missing value" to "0" and any other numeric value to "1".