Tag: cmiss vs nmiss in SAS

How to use MISSING(), NMISS() and the CMISS() functions

SAS provides several functions to test for
missing values but in this post we will focus on MISSING(), CMISS() and NMISS()
functions. The NMISS() function is reserved for numeric variables. The
MISSING() and CMISS() functions can be used with either ch…