What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
Answer Posted / 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 View All Answers
What is interleaving in SAS?
Can you execute a macro within a macro? Describe. : sas-macro
what are _numeric_ and _character_ and what do they do? : Sas programming
how to generate the test data in sas without input data? : Sas-administrator
Differentiate input and infile.
What do the SAS log messages "numeric values have been converted to character" mean?
What are the functions which are used for character handling functions?
How are numeric and character missing values represented internally?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What are the difference between the sas data step and sas procs?
What is data _null_?
how does sas handle missing values in procs? : Sas programming
What is the good sas programming practices for processing large data sets?
what is the use of sas management console? : Sas-di
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?