What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?



What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? ..

Answer / aditya panwar

The result of any operation with missing value will result in missing value. Most SAS statistical procedures exclude observations with any missing variable values from an analysis.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.

3 Answers   CTS,


Which statement does not perform automatic conversions in comparisons?

0 Answers  


What are common programming errors committed in sas

0 Answers  


What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?

3 Answers  


what is the difference between %put and symbolgen?

6 Answers  






what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


For what purposes have you used sas macros? : sas-macro

0 Answers  


hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..

14 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

6 Answers   Accenture,


What Proc glm does?

0 Answers  


what are the scrubbing procedures in sas? : Sas programming

0 Answers  


how do you test for missing values? : Sas programming

0 Answers  


Categories