what are scrubing procedures in SAS?
Answer / suresh
proc sort with nodupkey option.
coz it will eliminate the duplicate values.
| Is This Answer Correct ? | 7 Yes | 0 No |
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Tell me about % include and % eval? : sas-macro
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
what is SAS/Graph?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
What is highest missing value for numeric?
Under what circumstances would you code a SELECT construct instead of IF statements?
How would you delete observations with duplicate keys?
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?
What has been your most common programming mistake?
What is the purpose of using the N=PS option?