How are numeric and character missing values represented internally?
No Answer is Posted For this Question
Be the First to Post Answer
What is the order of evaluation of the following operators + - * / ** () ???
What does proc print, and proc contents are used for?
What is difference between rename and lable in sas?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
how to debug and test the sas program? : Sas-administrator
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
Do you prefer Proc Report or Proc Tabulate? Why?
what is portability of sas programmes?
What is the difference between using drop = data set option in data statement and set statement?
. Which date advances a date, time or date/time value by a given interval?
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?