what other SAS features do you use for error trapping and
data validation?
Answers were Sorted based on User's Feedback
Answer / guest
We use proc sql,proc univariate and proc freq for data
validation
| Is This Answer Correct ? | 0 Yes | 1 No |
what is intially documentation in sas?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Which of the following is not created during compilation phase?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
What is PROC in SAS?
how do you test for missing values? : Sas programming
how many types of MERGE?
what is information maps?
What is the size of PDV?
what is Global Symbol table and Local symbol table?
what is the formula to measure Baseline
What is the one statement to set the criteria of data that can be coded in any step?