Do you need to know if there are any missing values?



Do you need to know if there are any missing values?..

Answer / Rajkumar Paswan

In SAS, it is important to check for missing values in your dataset, especially when performing statistical analyses or generating summaries. You can use the MISSING function to identify observations with missing values and PROC MEANS or other procedures to handle them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.

2 Answers   ABC, ASD Lab, CitiGroup,


what are some differences between proc summary and proc means? : Sas programming

1 Answers  


If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?

6 Answers  


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1 Answers  


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1 Answers  


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1 Answers  


Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.

1 Answers  


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?

2 Answers  


What is the use of divide function?

1 Answers  


How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.

2 Answers  


/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;

5 Answers  


Describe how you would pass data to macro.

3 Answers  


Categories