What is the difference between verification and validation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vsrao
verification is nothing but are we building the product
right?
validation means r we building the right product?
(the system should do what the user really requires.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / kumaraswamy maduri
Verification: It means to check whether things are going on
as per the given input and specifications.
Validation: To test the product whether it works in
functional manner.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jbr
Verification is in programming level and Validation is output level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shahena parvin munni
Verification means to checking that data is correctly
transformed into computer from the format. and validation
means to check the entered data is correct.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ali
Validation is nothing but to find out the error in the data.
Varification ???
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / sandave003
verification means , checking for errors if any.
and
validation means, proving the dataset is genuine or simply
athenticating the dataset.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / chiranjeevi
verification is nothing but cheking the missvalues(null),any
special characters and errors in ihe dataset.
validation is nothing but enables you to check the syntax of
a querry.
where statement is using in validation.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sas
Verifcation is noting bus checking the data if having any missing values or invalid data.
validation means checking the data the we got is valid or not by using the sas (ex-obs,firstobs);
| Is This Answer Correct ? | 0 Yes | 4 No |
Explain what is the use of proc gplot?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
what is the function of catx syntax? : Sas-administrator
Name the option to produce a frequency line items rather that a table.
what are several options for creating reports in web report studio? : Sas-bi
What is the general format of function in sas? : sas-grid-administration
what is proc Index? and what is proc document?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
How do you use the do loop if you don’t know how many times you should execute the do loop?