What is the difference between verification and validation?
Answer Posted / sunil
verification is to ensure the accuracy and the quality of
SAS programs that generated the final tables according to
the instructions in the SOP and the SAP.
validation is to ensure that the logic and intent of the
program is correct and that data errors are detected.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Which function is used to count the number of intervals between two sas dates?
how to do user inputs and command line arguments in sas?
What was the last computer book you purchased? Why?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How do you add a number to a macro variable? : sas-macro
what is null hypothesis? why do you consider that?
What is the use of divide function?
Mention the category in which sas informats are placed?
what is the use of proc sql? : Sas programming
What is the difference between the proc sql and data step?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How can you create a macro variable with in data step? : sas-macro
Are you sensitive to code walk-throughs peer review or QC review?
Explain the difference between informat and format with an example.
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?