How many missing values are available? When might you use them?
Answer / ankit
Two types of missing values are there we come across in SAS:
1. Dot(.)
2. Blank
Dot will be used for as the numerical type of missing value.
and
Blank will be treated as the character type of missing value.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sas? is a package or tool? give me introduction about sas?
Explain data_null_?
How to Rename Library?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how to assign a macro value to a variable?
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
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?
One way of creating a new variable in Macros is by % Let....What is the other way..?
What are the differences between proc means and proc summary?