Multiple choice technology What would be the result of the below expression? Len(Arg1) where Arg1 is NULL NULL Empty Zero Causes Run Time Error Reveal answer Fill a bubble to check yourself C Correct answer Explanation The LEN() function in SAS returns 0 when applied to a NULL or missing value, not NULL itself. This is consistent with SAS treatment of missing values in length functions - missing values have zero length.