What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
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 |
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What do you feel about hardcoding?
what are the types of interactive display types? : Sas-bi
State the difference between INFORMAT and FORMAT ?
Diff between proc sql merge and join?
how can u extract,transform and loading?
how are numeric and character missing values represented internally? : Sas programming
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
Mention how to limit decimal places for the variable using proc means?
how to debug and test the sas program? : Sas-administrator
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
Describe the ways in which you can create macro variables?