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
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
explain what is data set in sas? : Sas-administrator
To what type of programms have you used scratch macros?
What are the implications?
what is factor analysis? : Sas-administrator
What is slibref?
how do the in= variables improve the capability of a merge? : Sas programming
Where do you use proc means over proc freq?
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?
How we can create SAS USER DEFINED CODE?
Tell e how how dealt with..
how does sas handle missing values in assignment statements? : Sas programming
Why and when do you use proc sql?
What is the order of application for output data set options, input data set options and SAS statements?
What are symget and symput? : sas-macro